]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a38b30a51f6050d9a34a788836b19e47353b143
tree02ebf4534f9eaa964b8a840ca0d70323e6bb460a
parentcca544affe45e75f09b572922b8b2c34f2b2d9a0
ARM: fix PAGE_KERNEL

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>
arch/arm/mm/mmu.c