[PATCH] i386/x86-64: PCI: split probing and initialization of type 1 config space...
[deliverable/linux.git] / arch / x86_64 / pci / mmconfig.c
index 3c55c76c6fd5de3d262e20fd7727653cc6849750..d6b90d08476b1d5f836ff3079b898d86fb69a8f5 100644 (file)
@@ -156,15 +156,14 @@ static __init void unreachable_devices(void)
                        addr = pci_dev_base(0, k, PCI_DEVFN(i, 0));
                        if (addr == NULL|| readl(addr) != val1) {
                                set_bit(i + 32*k, fallback_slots);
-                               printk(KERN_NOTICE
-                               "PCI: No mmconfig possible on device %x:%x\n",
-                                       k, i);
+                               printk(KERN_NOTICE "PCI: No mmconfig possible"
+                                      " on device %02x:%02x\n", k, i);
                        }
                }
        }
 }
 
-void __init pci_mmcfg_init(void)
+void __init pci_mmcfg_init(int type)
 {
        int i;
 
This page took 0.035416 seconds and 5 git commands to generate.