Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139393
b: refs/heads/master
c: e42d1fe
h: refs/heads/master
i:
  139391: 0254053
v: v3
  • Loading branch information
Yinghai Lu authored and Jesse Barnes committed Mar 26, 2009
1 parent 190038b commit bfee5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 898585172fa729513d8636257b44bd1cfd279096
refs/heads/master: e42d1fe804408c57506a5326252b4db29958a7fb
3 changes: 1 addition & 2 deletions trunk/arch/x86/pci/legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ static int __init pci_legacy_init(void)
if (pci_root_bus)
pci_bus_add_devices(pci_root_bus);

pcibios_fixup_peer_bridges();

return 0;
}

Expand All @@ -67,6 +65,7 @@ int __init pci_subsys_init(void)
pci_visws_init();
#endif
pci_legacy_init();
pcibios_fixup_peer_bridges();
pcibios_irq_init();
pcibios_init();

Expand Down

0 comments on commit bfee5c4

Please sign in to comment.