x86: drop MAX_APICID
authorJan Beulich <jbeulich@suse.com>
Tue, 24 Nov 2015 16:40:18 +0000 (17:40 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 24 Nov 2015 16:40:18 +0000 (17:40 +0100)
It's unused and wrong (we already have MAX_LOCAL_APIC and MAX_APICS).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/smp.h

index 64f510b6ba2ee06b71c5bdfa8a6c946e3ced479a..33c2c32f425502314c26f6f54b773142759a9ea0 100644 (file)
@@ -37,7 +37,6 @@ extern void (*mtrr_hook) (void);
 
 extern void zap_low_mappings(void);
 
-#define MAX_APICID 256
 extern u32 x86_cpu_to_apicid[];
 
 #define cpu_physical_id(cpu)   x86_cpu_to_apicid[cpu]