summaryrefslogtreecommitdiff
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2009-11-19 15:54:45 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-11-24 17:41:34 +0000
commit04da56943b416dd9fe7058abf8d5b9153164b3e9 (patch)
tree24541a1e46b9f660d3b33845d1e31b0d0c4918d0 /arch/m68knommu
parent3e82d012e9281a0b6388ff2356e8396b9d781e1c (diff)
downloadlinux-3.10-04da56943b416dd9fe7058abf8d5b9153164b3e9.tar.gz
linux-3.10-04da56943b416dd9fe7058abf8d5b9153164b3e9.tar.bz2
linux-3.10-04da56943b416dd9fe7058abf8d5b9153164b3e9.zip
ARM: dma-mapping: fix nommu dma_alloc_coherent()
The nommu version of dma_alloc_coherent was using kmalloc/kfree to manage the memory. dma_alloc_coherent() is expected to work with a granularity of a page, so this is wrong. Fix it by using the helper functions now provided. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
0 files changed, 0 insertions, 0 deletions