Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94821
b: refs/heads/master
c: 4cf1946
h: refs/heads/master
i:
  94819: b02936d
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Apr 26, 2008
1 parent 9ed4614 commit 18eb5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e184f299d696203bc40545b9db216089d88bef7
refs/heads/master: 4cf19463745fad81ef2eed3e4e0038da5fd153f8
3 changes: 2 additions & 1 deletion trunk/arch/x86/pci/k8-bus_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ void set_pci_bus_resources_arch_default(struct pci_bus *b)
int j;
struct pci_root_info *info;

if (!pci_root_num)
/* if only one root bus, don't need to anything */
if (pci_root_num < 2)
return;

for (i = 0; i < pci_root_num; i++) {
Expand Down

0 comments on commit 18eb5d4

Please sign in to comment.