From bfee5c44bcc3f61fb3535961b285c635cf0b68ee Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Wed, 25 Mar 2009 13:26:13 -0700 Subject: [PATCH] --- yaml --- r: 139393 b: refs/heads/master c: e42d1fe804408c57506a5326252b4db29958a7fb h: refs/heads/master i: 139391: 0254053a22d7b40a345d92a428fa46183b922123 v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/legacy.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a3c5514f515c..43d305de847b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 898585172fa729513d8636257b44bd1cfd279096 +refs/heads/master: e42d1fe804408c57506a5326252b4db29958a7fb diff --git a/trunk/arch/x86/pci/legacy.c b/trunk/arch/x86/pci/legacy.c index f1065b129e9c..4061bb0f267d 100644 --- a/trunk/arch/x86/pci/legacy.c +++ b/trunk/arch/x86/pci/legacy.c @@ -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; } @@ -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();