diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 987b6fde3a99..2e78a143dec3 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -730,6 +730,8 @@ void __init setup_arch(char **cmdline_p) | |||
730 | num_physpages = max_pfn; | 730 | num_physpages = max_pfn; |
731 | 731 | ||
732 | check_efer(); | 732 | check_efer(); |
733 | if (cpu_has_x2apic) | ||
734 | check_x2apic(); | ||
733 | 735 | ||
734 | /* How many end-of-memory variables you have, grandma! */ | 736 | /* How many end-of-memory variables you have, grandma! */ |
735 | /* need this before calling reserve_initrd */ | 737 | /* need this before calling reserve_initrd */ |