[POWERPC] Always hookup PHB IO resource even when empty
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 21 Jan 2008 00:32:50 +0000 (11:32 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 25 Jan 2008 11:52:53 +0000 (22:52 +1100)
commit9d5f49283b85d925f17fa07af5e4879465e179d6
tree3906b8f09e5bd75bb4771b82cc4d4aa6bbbffe7b
parent335675a3a2e6f3dc8f47111f73362aae8acc36bc
[POWERPC] Always hookup PHB IO resource even when empty

We must always hookup the pci_bus resource 0 to the PHB io_resource
even if the latter is empty (the bus has no IO support).  Otherwise,
some other code will end up hooking it up to something bogus and the
resource tree will end up being broken.

This fixes boot on QS20 Cell blades where the IDE driver failed to
allocate the IO resources due to breakage of the resource tree.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_64.c