Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / arch / x86_64 / pci / mmconfig.c
index 3c55c76..a4056c6 100644 (file)
@@ -180,9 +180,9 @@ void __init pci_mmcfg_init(void)
        if (!e820_all_mapped(pci_mmcfg_config[0].base_address,
                        pci_mmcfg_config[0].base_address + MMCONFIG_APER_MIN,
                        E820_RESERVED)) {
-               printk(KERN_ERR "PCI: BIOS Bug: MCFG area at %x is not E820-reserved\n",
+               printk(KERN_INFO "PCI: BIOS Bug: MCFG area at %x is not E820-reserved\n",
                                pci_mmcfg_config[0].base_address);
-               printk(KERN_ERR "PCI: Not using MMCONFIG.\n");
+               printk(KERN_INFO "PCI: Not using MMCONFIG.\n");
                return;
        }