From 0aa684b508ebe97a486de9ec2892120e9697163d Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 24 Nov 2015 17:40:18 +0100 Subject: [PATCH] x86: drop MAX_APICID It's unused and wrong (we already have MAX_LOCAL_APIC and MAX_APICS). Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper --- xen/include/asm-x86/smp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/asm-x86/smp.h b/xen/include/asm-x86/smp.h index 64f510b6ba..33c2c32f42 100644 --- a/xen/include/asm-x86/smp.h +++ b/xen/include/asm-x86/smp.h @@ -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] -- 2.30.2