diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 45c096f605fe..3791b4ae567f 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -1128,7 +1128,7 @@ void __init native_smp_prepare_cpus(unsigned int max_cpus) | |||
1128 | 1128 | ||
1129 | #ifdef CONFIG_X86_64 | 1129 | #ifdef CONFIG_X86_64 |
1130 | enable_IR_x2apic(); | 1130 | enable_IR_x2apic(); |
1131 | setup_apic_routing(); | 1131 | default_setup_apic_routing(); |
1132 | #endif | 1132 | #endif |
1133 | 1133 | ||
1134 | if (smp_sanity_check(max_cpus) < 0) { | 1134 | if (smp_sanity_check(max_cpus) < 0) { |