- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / pci / i386.c
index 12f571b..97da2ba 100644 (file)
@@ -239,14 +239,12 @@ void __init pcibios_resource_survey(void)
        pcibios_allocate_resources(1);
 
        e820_reserve_resources_late();
-#ifndef CONFIG_XEN
        /*
         * Insert the IO APIC resources after PCI initialization has
         * occured to handle IO APICS that are mapped in on a BAR in
         * PCI space, but before trying to assign unassigned pci res.
         */
        ioapic_insert_resources();
-#endif
 }
 
 /**