From 93446ab2072dbd362e8283fa9a8a9b2692576cf5 Mon Sep 17 00:00:00 2001 From: Nathan Lynch Date: Wed, 24 Jan 2007 15:57:06 -0600 Subject: [PATCH] --- yaml --- r: 46823 b: refs/heads/master c: 59eaef9daef35129a982c9d2b464aacb13349cdf h: refs/heads/master i: 46821: 759944c190b4c3278fb20542805f7ab306763a2a 46819: 633df2b4b7b1af240b07f7794745e0b46a5c1a1f 46815: cd38564ecb2fc971e9d667efa5d168d8de81175f v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/maple/pci.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index b943ebfba6fc..0cf95a13db11 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 29f1530f1958dc74f021186c9f31ed66a0c7b8ad +refs/heads/master: 59eaef9daef35129a982c9d2b464aacb13349cdf diff --git a/trunk/arch/powerpc/platforms/maple/pci.c b/trunk/arch/powerpc/platforms/maple/pci.c index 011f0f14f0f2..73c59904697f 100644 --- a/trunk/arch/powerpc/platforms/maple/pci.c +++ b/trunk/arch/powerpc/platforms/maple/pci.c @@ -425,14 +425,6 @@ static void __init setup_u4_pcie(struct pci_controller* hose) hose->cfg_addr = ioremap(0xf0000000 + 0x800000, 0x1000); hose->cfg_data = ioremap(0xf0000000 + 0xc00000, 0x1000); - /* The bus contains a bridge from root -> device, we need to - * make it visible on bus 0 so that we pick the right type - * of config cycles. If we didn't, we would have to force all - * config cycles to be type 1. So we override the "bus-range" - * property here - */ - hose->first_busno = 0x00; - hose->last_busno = 0xff; u4_pcie = hose; }