Merge commit 'v3.7-rc1' into stable/for-linus-3.7
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / x86 / xen / enlighten.c
index 783522b66b0febb1505420635c9005b51136166c..586d83812b67b64f96594f1eebdc859bdcb12adc 100644 (file)
@@ -1474,6 +1474,10 @@ asmlinkage void __init xen_start_kernel(void)
                pci_request_acs();
 
                xen_acpi_sleep_register();
+
+               /* Avoid searching for BIOS MP tables */
+               x86_init.mpparse.find_smp_config = x86_init_noop;
+               x86_init.mpparse.get_smp_config = x86_init_uint_noop;
        }
 #ifdef CONFIG_PCI
        /* PCI BIOS service won't work from a PV guest. */