Skip to content

Commit

Permalink
x86 headers: include page_types.h in pgtable_types.h
Browse files Browse the repository at this point in the history
To properly pick up details like PTE_FLAGS_MASK.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Feb 13, 2009
1 parent 56cefce commit e43623b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/include/asm/pgtable_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _ASM_X86_PGTABLE_DEFS_H

#include <linux/const.h>
#include <asm/page_types.h>

#define FIRST_USER_ADDRESS 0

Expand Down

0 comments on commit e43623b

Please sign in to comment.