i386: minor nx handling adjustment
Constrain __supported_pte_mask and NX handling to just the PAE kernel. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
09488165d5
commit
d5321abe6a
@@ -44,7 +44,6 @@
|
||||
extern int nx_enabled;
|
||||
|
||||
#ifdef CONFIG_X86_PAE
|
||||
extern unsigned long long __supported_pte_mask;
|
||||
typedef struct { unsigned long pte_low, pte_high; } pte_t;
|
||||
typedef struct { unsigned long long pmd; } pmd_t;
|
||||
typedef struct { unsigned long long pgd; } pgd_t;
|
||||
|
||||
Reference in New Issue
Block a user