From: Russell King Date: Thu, 24 Dec 2009 10:16:21 +0000 (+0000) Subject: ARM: fix PAGE_KERNEL X-Git-Tag: v2.6.33-rc2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc995a3da9adfa83d61ccf06aa1afa5f6ab764f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed