X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=arch%2Fx86%2Fpci%2Fcommon.c;h=eccd4d99e6a4a7182bf74469f5ecd580e8f22417;hp=b106c67f88c516eedc06217c6d69141a37ca6af7;hb=cb1a14b95eee86d7e20bfa2c010aab77b021f62e;hpb=7225107e158241b7e22f15b9f4c3db0b3330984d diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index b106c67f88c5..eccd4d99e6a4 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -166,6 +166,7 @@ void pcibios_fixup_bus(struct pci_bus *b) { struct pci_dev *dev; + pci_read_bridge_bases(b); list_for_each_entry(dev, &b->devices, bus_list) pcibios_fixup_device_resources(dev); }