Loading arch/x86/pci/amd_bus.c +4 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,10 @@ void x86_pci_root_bus_res_quirks(struct pci_bus *b) int j; struct pci_root_info *info; /* don't go for it if _CRS is used */ if (pci_probe & PCI_USE__CRS) return; /* if only one root bus, don't need to anything */ if (pci_root_num < 2) return; Loading Loading
arch/x86/pci/amd_bus.c +4 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,10 @@ void x86_pci_root_bus_res_quirks(struct pci_bus *b) int j; struct pci_root_info *info; /* don't go for it if _CRS is used */ if (pci_probe & PCI_USE__CRS) return; /* if only one root bus, don't need to anything */ if (pci_root_num < 2) return; Loading