x86_64: Don't call mtrr_bp_init from identify_cpu
[cascardo/linux.git] / arch / x86_64 / kernel / bugs.c
index 12b585b..c141e7a 100644 (file)
@@ -13,6 +13,7 @@
 void __init check_bugs(void)
 {
        identify_cpu(&boot_cpu_data);
+       mtrr_bp_init();
 #if !defined(CONFIG_SMP)
        printk("CPU: ");
        print_cpu_info(&boot_cpu_data);