From b3b00c78d8247cdffc25839d4b8ff0310a889480 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 2 Jan 2012 13:20:11 +0200 Subject: Remove IO_MEM_SUBPAGE Replace with a MemoryRegion flag. Signed-off-by: Avi Kivity Reviewed-by: Richard Henderson --- cpu-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpu-common.h') diff --git a/cpu-common.h b/cpu-common.h index 98dddfe..ffb0a44 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 -- cgit v1.1