aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r--arch/x86/include/asm/pgtable_64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h
index fde9770e53d1..545a0e042bb2 100644
--- a/arch/x86/include/asm/pgtable_64.h
+++ b/arch/x86/include/asm/pgtable_64.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__PGTABLE_64_H 1#ifndef _ASM_X86_PGTABLE_64_H
2#define ASM_X86__PGTABLE_64_H 2#define _ASM_X86_PGTABLE_64_H
3 3
4#include <linux/const.h> 4#include <linux/const.h>
5#ifndef __ASSEMBLY__ 5#ifndef __ASSEMBLY__
@@ -282,4 +282,4 @@ extern void cleanup_highmap(void);
282#define __HAVE_ARCH_PTE_SAME 282#define __HAVE_ARCH_PTE_SAME
283#endif /* !__ASSEMBLY__ */ 283#endif /* !__ASSEMBLY__ */
284 284
285#endif /* ASM_X86__PGTABLE_64_H */ 285#endif /* _ASM_X86_PGTABLE_64_H */