[no subject]

From: Matthew Wilcox
Date: Wed Jun 17 2009 - 16:42:59 EST


Hi Linus,

This series of four patches are a result of the resource problem Andrew
Patterson ran into on the HP rx6600. First, I fix pci_claim_resource(),
then I get rid of the now-unused pcibios_select_root(). The third patch
changes x86 to use pci_claim_resource (since it's now essentially equivalent).
The fourth patch actually fixes Andrew's problem by changing where ia64
sets up the resource pointers in the root pci_bus.

If you don't want to take all this, only patches 1 and 4 are bug-fixes.
Patch 2 might have a problem if someone chooses to start using
pcibios_select_root (I can't imagine they will ...), and patch 3 is the
most risky.

Diffstat:

arch/alpha/include/asm/pci.h | 13 -------------
arch/arm/include/asm/pci.h | 13 -------------
arch/ia64/include/asm/pci.h | 13 -------------
arch/ia64/pci/pci.c | 4 ++--
arch/mips/include/asm/pci.h | 13 -------------
arch/mn10300/include/asm/pci.h | 13 -------------
arch/parisc/include/asm/pci.h | 13 -------------
arch/powerpc/include/asm/pci.h | 13 -------------
arch/sh/include/asm/pci.h | 13 -------------
arch/sparc/include/asm/pci_64.h | 2 --
arch/sparc/kernel/pci.c | 13 -------------
arch/x86/pci/i386.c | 17 +++++++----------
drivers/pci/setup-res.c | 4 ++--
include/asm-generic/pci.h | 13 -------------
14 files changed, 11 insertions(+), 146 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/