aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/pgtable.h')
-rw-r--r--arch/x86/include/asm/pgtable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h
index 88a53b1a17f0..fb7d1e9985b5 100644
--- a/arch/x86/include/asm/pgtable.h
+++ b/arch/x86/include/asm/pgtable.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__PGTABLE_H 1#ifndef _ASM_X86_PGTABLE_H
2#define ASM_X86__PGTABLE_H 2#define _ASM_X86_PGTABLE_H
3 3
4#define FIRST_USER_ADDRESS 0 4#define FIRST_USER_ADDRESS 0
5 5
@@ -558,4 +558,4 @@ static inline void clone_pgd_range(pgd_t *dst, pgd_t *src, int count)
558#include <asm-generic/pgtable.h> 558#include <asm-generic/pgtable.h>
559#endif /* __ASSEMBLY__ */ 559#endif /* __ASSEMBLY__ */
560 560
561#endif /* ASM_X86__PGTABLE_H */ 561#endif /* _ASM_X86_PGTABLE_H */