diff options
author | Avi Kivity <avi@redhat.com> | 2012-01-02 12:41:07 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-01-04 13:34:50 +0200 |
commit | de712f9469d33b134292f461268bca1ed0726812 (patch) | |
tree | df77b8fed4cd9dd699f19f3e6c332f3ee7091c15 /cpu-common.h | |
parent | 70c68e44bc818698025008d3529a902a37acb831 (diff) |
Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion
Signed-off-by: Avi Kivity <avi@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
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 fd787b983d..98dddfeae8 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -113,7 +113,6 @@ extern struct MemoryRegion io_mem_ram; extern struct MemoryRegion io_mem_rom; extern struct MemoryRegion io_mem_unassigned; extern struct MemoryRegion io_mem_notdirty; -#define IO_MEM_SUBPAGE_RAM (4 << IO_MEM_SHIFT) /* Acts like a ROM when read and like a device when written. */ #define IO_MEM_ROMD (1) |