diff options
Diffstat (limited to 'arch/x86/kernel/cpu/common_64.c')
-rw-r--r-- | arch/x86/kernel/cpu/common_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/common_64.c b/arch/x86/kernel/cpu/common_64.c index 305b465889b0..43f1aa51da5d 100644 --- a/arch/x86/kernel/cpu/common_64.c +++ b/arch/x86/kernel/cpu/common_64.c | |||
@@ -687,6 +687,8 @@ void __cpuinit cpu_init(void) | |||
687 | barrier(); | 687 | barrier(); |
688 | 688 | ||
689 | check_efer(); | 689 | check_efer(); |
690 | if (cpu != 0 && x2apic) | ||
691 | enable_x2apic(); | ||
690 | 692 | ||
691 | /* | 693 | /* |
692 | * set up and load the per-CPU TSS | 694 | * set up and load the per-CPU TSS |