git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e8bfd
)
ARM: fix PAGE_KERNEL
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 24 Dec 2009 10:16:21 +0000
(10:16 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 24 Dec 2009 10:16:21 +0000
(10:16 +0000)
PAGE_KERNEL should not be executable; any area marked executable can
be prefetched into the instruction cache. We don't want vmalloc areas
to be read in this way.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found