diff options
author | Igor Mammedov <imammedo@redhat.com> | 2013-04-25 16:05:29 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-05-01 13:04:19 +0200 |
commit | baaeda08ff34ad17150b50a6f52d0faec9f3db36 (patch) | |
tree | e46a7de630196200667e9983967f2a14c5527529 /include | |
parent | 8d6d4980c9421f3b9d1800dbc320da6a0bf754bd (diff) |
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Put APIC_SPACE_SIZE in a public header so that it can be
reused elsewhere later.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/i386/apic_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/i386/apic_internal.h b/include/hw/i386/apic_internal.h index 578241f861..aac62902b7 100644 --- a/include/hw/i386/apic_internal.h +++ b/include/hw/i386/apic_internal.h @@ -66,8 +66,6 @@ #define MAX_APICS 255 -#define MSI_SPACE_SIZE 0x100000 - typedef struct APICCommonState APICCommonState; #define TYPE_APIC_COMMON "apic-common" |