summaryrefslogtreecommitdiff
path: root/arch/x86/mach-generic/bigsmp.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 13:59:17 (GMT)
committerIngo Molnar <mingo@elte.hu>2009-01-28 22:20:29 (GMT)
commit5b8127277bc4cdca78eda5ee900a314642822ace (patch)
tree07559a79f03be24bd5cc1df238233b2d63550c94 /arch/x86/mach-generic/bigsmp.c
parentca6c8ed4646f8ccaa4f7db618bf69b8b8fb49767 (diff)
downloadlinux-fsl-qoriq-5b8127277bc4cdca78eda5ee900a314642822ace.tar.xz
x86, apic: refactor ->apic_id_mask & APIC_ID_MASK
- spread out the namespace on a per driver basis - get rid of wrapper macros Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/bigsmp.c')
-rw-r--r--arch/x86/mach-generic/bigsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/bigsmp.c b/arch/x86/mach-generic/bigsmp.c
index 9eca977..1f4ad4f 100644
--- a/arch/x86/mach-generic/bigsmp.c
+++ b/arch/x86/mach-generic/bigsmp.c
@@ -92,7 +92,7 @@ struct genapic apic_bigsmp = {
.get_apic_id = bigsmp_get_apic_id,
.set_apic_id = NULL,
- .apic_id_mask = APIC_ID_MASK,
+ .apic_id_mask = BIGSMP_APIC_ID_MASK,
.cpu_mask_to_apicid = cpu_mask_to_apicid,
.cpu_mask_to_apicid_and = cpu_mask_to_apicid_and,