iomap: fix 64 bits resources on 32 bits
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 29 Apr 2008 07:59:11 +0000 (00:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:02 +0000 (08:06 -0700)
commitb70d3a2c596fb52b02488ad4aef13fa0d602090c
tree502793fdd2ca7c7e0d66af3e750d4ffbec6db248
parent626adeb6675fdf60e9d8c6212776b0b0acf0e376
iomap: fix 64 bits resources on 32 bits

Almost all implementations of pci_iomap() in the kernel, including the generic
lib/iomap.c one, copies the content of a struct resource into unsigned long's
which will break on 32 bits platforms with 64 bits resources.

This fixes all definitions of pci_iomap() to use resource_size_t.  I also
"fixed" the 64bits arch for consistency.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
12 files changed:
arch/alpha/kernel/pci.c
arch/arm/mm/iomap.c
arch/frv/mb93090-mb00/pci-iomap.c
arch/mips/lib/iomap-pci.c
arch/mn10300/unit-asb2305/pci-iomap.c
arch/parisc/lib/iomap.c
arch/ppc/kernel/pci.c
arch/sh/drivers/pci/pci.c
arch/sparc/lib/iomap.c
arch/sparc64/lib/iomap.c
arch/v850/kernel/rte_mb_a_pci.c
lib/iomap.c