[PATCH] ppc32: Remove internal PCI arbiter check on PPC40x
authorMatt Porter <mporter@kernel.crashing.org>
Mon, 7 Nov 2005 08:58:16 +0000 (00:58 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:27 +0000 (07:53 -0800)
commit7869ec6d735e3802f0d442f585ae6bb7633222f6
tree94860fe4b69524dffcba80c01ecd9f3dc543784c
parent3e9e7c1d0b7a36fb8affb973a054c5098e27baa8
[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>
arch/ppc/syslib/ppc405_pci.c