]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Let subordinate transparent bridges be transparent.
authorYork Sun <yorksun@freescale.com>
Mon, 4 Jun 2007 16:56:42 +0000 (11:56 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jun 2007 06:58:27 +0000 (01:58 -0500)
commit10fae5592340951d1907ff4bc4111ea44722e254
treee272662a2327e6b833e40ab9c07ec2307261b50e
parent86e49517a15a201c1ed33bbcda5b16cf8d1d24eb
[POWERPC] Let subordinate transparent bridges be transparent.

In pcibios_fixup_bus(), bridges that are subordinate
to transparent bridges were still relocating their
IORESOURCE_IO and IO_RESOURCE_MEM start and end values.

Fix this by preventing the transparent bridge from
relocating the start and end values, thus allowing the
subordinate non-transparent bridge full molestation rights.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/pci_32.c