Commit e43623b4 authored by Ingo Molnar's avatar Ingo Molnar

x86 headers: include page_types.h in pgtable_types.h

To properly pick up details like PTE_FLAGS_MASK.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 56cefcea
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define _ASM_X86_PGTABLE_DEFS_H #define _ASM_X86_PGTABLE_DEFS_H
#include <linux/const.h> #include <linux/const.h>
#include <asm/page_types.h>
#define FIRST_USER_ADDRESS 0 #define FIRST_USER_ADDRESS 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment