summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven2011-05-07 15:08:36 +0200
committerGeert Uytterhoeven2011-07-30 21:21:38 +0200
commit88efd0bbc0fe403a9948e6f94cc48b9f15ee4861 (patch)
tree932a4f41f7ae679e3c0c35f694aa2b147546924a /kernel/resource.c
parentm68k/amiga: Chip RAM - Offset resource end by CHIP_PHYSADDR (diff)
downloadkernel-qcow2-linux-88efd0bbc0fe403a9948e6f94cc48b9f15ee4861.tar.gz
kernel-qcow2-linux-88efd0bbc0fe403a9948e6f94cc48b9f15ee4861.tar.xz
kernel-qcow2-linux-88efd0bbc0fe403a9948e6f94cc48b9f15ee4861.zip
sparc: _sparc_find_resource() should check for exact matches
The address that's passed to _sparc_find_resource() should always be the start address of a resource: - iounmap() passes a page-aligned virtual address, while the original address was created by adding the in-page offset to the resource's start address, - sbus_free_coherent() and pci32_free_coherent() should be passed an address obtained from sbus_alloc_coherent() resp. pci32_alloc_coherent(), which is always a resource's start address. Hence replace the range check by a check for an exact match. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/resource.c')
0 files changed, 0 insertions, 0 deletions