diff options
author | Jan Beulich <jbeulich@novell.com> | 2007-07-21 11:10:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:09 -0400 |
commit | d5321abe6abd16e1749ccd89636415d39611e138 (patch) | |
tree | e9f845273999579fc59df27690ca3cc993c99de7 /include/asm-i386 | |
parent | 09488165d5cc795a90b789c5657b1cbd279beb16 (diff) |
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>
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/page.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-i386/page.h b/include/asm-i386/page.h index 99cf5d3692a9..80ecc66b6d86 100644 --- a/include/asm-i386/page.h +++ b/include/asm-i386/page.h | |||
@@ -44,7 +44,6 @@ | |||
44 | extern int nx_enabled; | 44 | extern int nx_enabled; |
45 | 45 | ||
46 | #ifdef CONFIG_X86_PAE | 46 | #ifdef CONFIG_X86_PAE |
47 | extern unsigned long long __supported_pte_mask; | ||
48 | typedef struct { unsigned long pte_low, pte_high; } pte_t; | 47 | typedef struct { unsigned long pte_low, pte_high; } pte_t; |
49 | typedef struct { unsigned long long pmd; } pmd_t; | 48 | typedef struct { unsigned long long pmd; } pmd_t; |
50 | typedef struct { unsigned long long pgd; } pgd_t; | 49 | typedef struct { unsigned long long pgd; } pgd_t; |