diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-13 07:24:19 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-13 07:24:19 -0500 |
commit | e43623b4ed1d0a1a86f0e05a2df8b9637b90ddd7 (patch) | |
tree | ce45e7ae0a539de07e78c198fb57b2275e338f74 | |
parent | 56cefcea7c8769ffc04a5609e6ac849e36685468 (diff) |
x86 headers: include page_types.h in pgtable_types.h
To properly pick up details like PTE_FLAGS_MASK.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/include/asm/pgtable_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pgtable_types.h b/arch/x86/include/asm/pgtable_types.h index a7452f10930e..9dafe87be2de 100644 --- a/arch/x86/include/asm/pgtable_types.h +++ b/arch/x86/include/asm/pgtable_types.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define _ASM_X86_PGTABLE_DEFS_H | 2 | #define _ASM_X86_PGTABLE_DEFS_H |
3 | 3 | ||
4 | #include <linux/const.h> | 4 | #include <linux/const.h> |
5 | #include <asm/page_types.h> | ||
5 | 6 | ||
6 | #define FIRST_USER_ADDRESS 0 | 7 | #define FIRST_USER_ADDRESS 0 |
7 | 8 | ||