Skip to content
Commit 0ea1ec71 authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 59fd3033
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment