aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r--include/asm-x86_64/page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86_64/page.h b/include/asm-x86_64/page.h
index b59f33e6b838..f7bf875aae40 100644
--- a/include/asm-x86_64/page.h
+++ b/include/asm-x86_64/page.h
@@ -135,9 +135,9 @@ typedef struct { unsigned long pgprot; } pgprot_t;
135 135
136#define __HAVE_ARCH_GATE_AREA 1 136#define __HAVE_ARCH_GATE_AREA 1
137 137
138#endif /* __KERNEL__ */
139
140#include <asm-generic/memory_model.h> 138#include <asm-generic/memory_model.h>
141#include <asm-generic/page.h> 139#include <asm-generic/page.h>
142 140
141#endif /* __KERNEL__ */
142
143#endif /* _X86_64_PAGE_H */ 143#endif /* _X86_64_PAGE_H */