diff options
author | Avi Kivity <avi@redhat.com> | 2011-12-19 16:01:08 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-01-03 19:19:28 +0200 |
commit | 586c6230c012d1aced38e5a5614d15052ca4ae7a (patch) | |
tree | 352bac4723b7cb3028917a34f73c9fd15eabd5d9 /cpu-common.h | |
parent | cc4aa8307c83111a0c804ae3eaf1e63f220c682e (diff) |
Remove cpu_get_physical_page_desc()
No longer used.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'cpu-common.h')
-rw-r--r-- | cpu-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-common.h b/cpu-common.h index eee2fafe86..3fe44d25d1 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -38,7 +38,6 @@ typedef unsigned long ram_addr_t; typedef void CPUWriteMemoryFunc(void *opaque, target_phys_addr_t addr, uint32_t value); typedef uint32_t CPUReadMemoryFunc(void *opaque, target_phys_addr_t addr); -ram_addr_t cpu_get_physical_page_desc(target_phys_addr_t addr); void qemu_ram_remap(ram_addr_t addr, ram_addr_t length); /* This should only be used for ram local to a device. */ void *qemu_get_ram_ptr(ram_addr_t addr); |