summaryrefslogtreecommitdiff
path: root/exec-all.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2012-03-08 19:16:39 +0200
committerAvi Kivity <avi@redhat.com>2012-03-08 19:16:39 +0200
commit97161e177b4ea2730dff13c4df01475762ab6048 (patch)
tree692a23497cc98848e2abba7bcddb8e41d684ac2a /exec-all.h
parent37ec01d43343fc20b6e1ce34f82ec617020a9849 (diff)
downloadqemu-97161e177b4ea2730dff13c4df01475762ab6048.tar.gz
memory: get rid of cpu_register_io_memory()
The return value of cpu_register_io_memory() is no longer used anywhere, so we can remove it and all associated data and code. Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/exec-all.h b/exec-all.h
index 4e8c7f537c..3ec60a2c49 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -304,7 +304,6 @@ uint64_t io_mem_read(struct MemoryRegion *mr, target_phys_addr_t addr,
unsigned size);
void io_mem_write(struct MemoryRegion *mr, target_phys_addr_t addr,
uint64_t value, unsigned size);
-extern struct MemoryRegion *io_mem_region[IO_MEM_NB_ENTRIES];
void tlb_fill(CPUState *env1, target_ulong addr, int is_write, int mmu_idx,
void *retaddr);