* stable/for-linus-3.6.rebased:
xen/boot: Disable BIOS SMP MP table search.
xen/m2p: do not reuse kmap_op->dev_bus_addr
xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.
Conflicts:
arch/x86/xen/enlighten.c
/* Make sure ACS will be enabled */
pci_request_acs();
+
+ xen_init_apic();
+ 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. */