]> git.neil.brown.name Git - history.git/commit
[ARM] Fix dma_mmap() size argument.
authorRussell King <rmk@flint.arm.linux.org.uk>
Fri, 25 Feb 2005 19:47:46 +0000 (19:47 +0000)
committerRussell King <rmk@flint.arm.linux.org.uk>
Fri, 25 Feb 2005 19:47:46 +0000 (19:47 +0000)
commit98bded82d152d0e157603eaaad68aad1a9751ad5
tree4ab1053d794d7f0d298cc46639e2f9c344b94906
parent8672a651b81c882d6da33f18ee594c3ba6adaa04
[ARM] Fix dma_mmap() size argument.

We were passing the size of the region in pages, where as
remap_pfn_range expected the size in bytes.

Signed-off-by: Russell King <rmk@arm.linux.org.uk>
arch/arm/mm/consistent.c