ARM: dma-mapping: don't allow DMA mappings to be marked executable
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 23 Oct 2013 15:14:59 +0000 (16:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 24 Oct 2013 10:17:27 +0000 (11:17 +0100)
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>

No differences found