projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb6be0d
)
x86: drop MAX_APICID
author
Jan Beulich
<jbeulich@suse.com>
Tue, 24 Nov 2015 16:40:18 +0000
(17:40 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/include/asm-x86/smp.h
b/xen/include/asm-x86/smp.h
index 64f510b6ba2ee06b71c5bdfa8a6c946e3ced479a..33c2c32f425502314c26f6f54b773142759a9ea0 100644
(file)
--- 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]