From baaeda08ff34ad17150b50a6f52d0faec9f3db36 Mon Sep 17 00:00:00 2001 From: Igor Mammedov Date: Thu, 25 Apr 2013 16:05:29 +0200 Subject: target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Put APIC_SPACE_SIZE in a public header so that it can be reused elsewhere later. Signed-off-by: Igor Mammedov Signed-off-by: Andreas Färber --- target-i386/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-i386') diff --git a/target-i386/cpu.h b/target-i386/cpu.h index a1614e8e50..ab151d5414 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -1270,5 +1270,6 @@ uint32_t x86_cpu_apic_id_from_index(unsigned int cpu_index); void enable_compat_apic_id_mode(void); #define APIC_DEFAULT_ADDRESS 0xfee00000 +#define APIC_SPACE_SIZE 0x100000 #endif /* CPU_I386_H */ -- cgit v1.2.3