aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/syslib/ppc405_pci.c
diff options
context:
space:
mode:
authorMatt Porter <mporter@kernel.crashing.org>2005-11-07 00:58:16 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 07:53:27 -0800
commit7869ec6d735e3802f0d442f585ae6bb7633222f6 (patch)
tree94860fe4b69524dffcba80c01ecd9f3dc543784c /arch/ppc/syslib/ppc405_pci.c
parent[PATCH] ppc32: cleanup AMCC PPC40x eval boards to support U-Boot (diff)
downloadlinux-dev-7869ec6d735e3802f0d442f585ae6bb7633222f6.tar.xz
linux-dev-7869ec6d735e3802f0d442f585ae6bb7633222f6.zip
[PATCH] ppc32: Remove internal PCI arbiter check on PPC40x
On PPC405GP/GPR it should be possible to enable PCI support, even when the internal PCI arbiter is disabled (e.g. when using an external PCI arbiter). The removed code didn't allow this, and also generated a warning on PPC405EP platforms. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Matt Porter <mporter@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--arch/ppc/syslib/ppc405_pci.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/ppc/syslib/ppc405_pci.c b/arch/ppc/syslib/ppc405_pci.c
index 81c83bf98df4..d6d838b16dac 100644
--- a/arch/ppc/syslib/ppc405_pci.c
+++ b/arch/ppc/syslib/ppc405_pci.c
@@ -89,13 +89,6 @@ ppc4xx_find_bridges(void)
isa_mem_base = 0;
pci_dram_offset = 0;
-#if (PSR_PCI_ARBIT_EN > 1)
- /* Check if running in slave mode */
- if ((mfdcr(DCRN_CHPSR) & PSR_PCI_ARBIT_EN) == 0) {
- printk("Running as PCI slave, kernel PCI disabled !\n");
- return;
- }
-#endif
/* Setup PCI32 hose */
hose_a = pcibios_alloc_controller();
if (!hose_a)