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 2f4121499e5f..cd6f02ba88ea 100644 --- a/arch/x86/mach-generic/bigsmp.c +++ b/arch/x86/mach-generic/bigsmp.c | |||
@@ -81,7 +81,7 @@ struct genapic apic_bigsmp = { | |||
81 | .setup_apic_routing = bigsmp_setup_apic_routing, | 81 | .setup_apic_routing = bigsmp_setup_apic_routing, |
82 | .multi_timer_check = NULL, | 82 | .multi_timer_check = NULL, |
83 | .apicid_to_node = bigsmp_apicid_to_node, | 83 | .apicid_to_node = bigsmp_apicid_to_node, |
84 | .cpu_to_logical_apicid = cpu_to_logical_apicid, | 84 | .cpu_to_logical_apicid = bigsmp_cpu_to_logical_apicid, |
85 | .cpu_present_to_apicid = cpu_present_to_apicid, | 85 | .cpu_present_to_apicid = cpu_present_to_apicid, |
86 | .apicid_to_cpu_present = apicid_to_cpu_present, | 86 | .apicid_to_cpu_present = apicid_to_cpu_present, |
87 | .setup_portio_remap = setup_portio_remap, | 87 | .setup_portio_remap = setup_portio_remap, |