diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h index 18a5f9e32834..0c3ecca0f79c 100644 --- a/include/asm-x86/pgtable.h +++ b/include/asm-x86/pgtable.h | |||
@@ -69,7 +69,7 @@ | |||
69 | #define _PAGE_KERNEL (_PAGE_KERNEL_EXEC | _PAGE_NX) | 69 | #define _PAGE_KERNEL (_PAGE_KERNEL_EXEC | _PAGE_NX) |
70 | 70 | ||
71 | #ifndef __ASSEMBLY__ | 71 | #ifndef __ASSEMBLY__ |
72 | extern unsigned long long __PAGE_KERNEL, __PAGE_KERNEL_EXEC; | 72 | extern pteval_t __PAGE_KERNEL, __PAGE_KERNEL_EXEC; |
73 | #endif /* __ASSEMBLY__ */ | 73 | #endif /* __ASSEMBLY__ */ |
74 | #else | 74 | #else |
75 | #define __PAGE_KERNEL_EXEC \ | 75 | #define __PAGE_KERNEL_EXEC \ |