summaryrefslogtreecommitdiff
path: root/cpu-common.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2012-01-02 13:20:11 +0200
committerAvi Kivity <avi@redhat.com>2012-01-04 13:34:50 +0200
commitb3b00c78d8247cdffc25839d4b8ff0310a889480 (patch)
treea5352a302a1753adbefb96a804be2a93e466addb /cpu-common.h
parenta621f38de85598a13d8d8524d1a94fc6a1818215 (diff)
downloadqemu-b3b00c78d8247cdffc25839d4b8ff0310a889480.tar.gz
Remove IO_MEM_SUBPAGE
Replace with a MemoryRegion flag. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-common.h b/cpu-common.h
index 98dddfeae8..ffb0a44e13 100644
--- a/cpu-common.h
+++ b/cpu-common.h
@@ -116,7 +116,6 @@ extern struct MemoryRegion io_mem_notdirty;
/* Acts like a ROM when read and like a device when written. */
#define IO_MEM_ROMD (1)
-#define IO_MEM_SUBPAGE (2)
#endif