ARM: fix PAGE_KERNEL
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 24 Dec 2009 10:16:21 +0000 (10:16 +0000)
committerRussell 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