]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/setup.c
Merge branch 'linus' into x86/x2apic
[karo-tx-linux.git] / arch / x86 / kernel / setup.c
index ec952aa5394a403a42308de114a370a656968a34..a50f9550cbec9e867fc47e5053b6c825abb7b941 100644 (file)
@@ -734,6 +734,8 @@ void __init setup_arch(char **cmdline_p)
        num_physpages = max_pfn;
 
        check_efer();
+       if (cpu_has_x2apic)
+               check_x2apic();
 
        /* How many end-of-memory variables you have, grandma! */
        /* need this before calling reserve_initrd */