diff options
Diffstat (limited to 'arch/x86/mach-generic/bigsmp.c')
-rw-r--r-- | arch/x86/mach-generic/bigsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/bigsmp.c b/arch/x86/mach-generic/bigsmp.c index 9eca977227c4..1f4ad4f77022 100644 --- a/arch/x86/mach-generic/bigsmp.c +++ b/arch/x86/mach-generic/bigsmp.c | |||
@@ -92,7 +92,7 @@ struct genapic apic_bigsmp = { | |||
92 | 92 | ||
93 | .get_apic_id = bigsmp_get_apic_id, | 93 | .get_apic_id = bigsmp_get_apic_id, |
94 | .set_apic_id = NULL, | 94 | .set_apic_id = NULL, |
95 | .apic_id_mask = APIC_ID_MASK, | 95 | .apic_id_mask = BIGSMP_APIC_ID_MASK, |
96 | 96 | ||
97 | .cpu_mask_to_apicid = cpu_mask_to_apicid, | 97 | .cpu_mask_to_apicid = cpu_mask_to_apicid, |
98 | .cpu_mask_to_apicid_and = cpu_mask_to_apicid_and, | 98 | .cpu_mask_to_apicid_and = cpu_mask_to_apicid_and, |