From: Bjorn Helgaas Date: Fri, 28 Oct 2011 22:26:31 +0000 (-0600) Subject: ia64/PCI: convert to pci_create_root_bus() for correct root bus resources X-Git-Tag: v3.3-rc1~101^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30f99222fd7b701ba7bc564722bb284ab2b2317;p=pandora-kernel.git ia64/PCI: convert to pci_create_root_bus() for correct root bus resources Convert from pci_create_bus() to pci_create_root_bus(). This way the root bus resources are correct immediately. This fixes the problem of "early" and "header" quirks seeing incorrect root bus resources. We can't use pci_scan_root_bus() because, like x86, ACPI hotplug currently requires pci_bus_add_devices() in a separate host bridge .start() method. v2: fix compile error by using window resource pointer instead CC: Tony Luck Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed