From: Andi Kleen Date: Wed, 30 Jan 2008 12:33:42 +0000 (+0100) Subject: x86: clean up pte_exec X-Git-Tag: v2.6.25-rc1~1143^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c3c4b4513a361cc6ac5ee8677695260c4f0f25f;p=pandora-kernel.git x86: clean up pte_exec - Rename it to pte_exec() from pte_exec_kernel(). There is nothing kernel specific in there. - Move it into the common file because _PAGE_NX is 0 on !PAE and then pte_exec() will be always evaluate to true. Signed-off-by: Andi Kleen Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed