]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/pci_64.c
[POWERPC] Fix pci domain detection
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / pci_64.c
index 291ffbc360c9a023f30a6b40b4c77b9d272ebb31..9f63bdcb0bdf88f0cdabe6de30b8276070ecebaf 100644 (file)
@@ -588,7 +588,7 @@ int pci_proc_domain(struct pci_bus *bus)
                return 0;
        else {
                struct pci_controller *hose = pci_bus_to_host(bus);
-               return hose->buid;
+               return hose->buid != 0;
        }
 }