commit | dd3641fc3cf6d10b7cf4e266c2f651517779e727 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jul 03 22:39:43 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jul 03 23:28:31 2011 +0100 |
tree | 2f6a90b735f26aeaea94ace887f8576bebbb2b30 | |
parent | 23bc9873ba60ee661d8e9f3a6b22fc3bcc4b7015 [diff] |
ARM: dmabounce: move decision for bouncing into __dma_map_page() Move the decision whether to bounce into __dma_map_page(), before the check for high pages. This avoids triggering the high page check for devices which aren't using dmabounce. Fix the unmap path to cope too. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>