commit | 0ea1ec713f04bdfac343c9702b21cd3a7c711826 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Oct 23 16:14:59 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Oct 24 11:17:27 2013 +0100 |
tree | 9ec6404b4db40cbdfa705e8addc9f35071dc6586 | |
parent | 59fd3033b55642da97b4ecde0c85de78d7229675 [diff] |
ARM: dma-mapping: don't allow DMA mappings to be marked executable DMA mapping permissions were being derived from pgprot_kernel directly without using PAGE_KERNEL. This causes them to be marked with executable permission, which is not what we want. Fix this. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>