[PATCH] x86 headers: include page_types.h in pgtable_types.h

From: Ingo Molnar
Date: Fri Feb 13 2009 - 07:24:19 EST


To properly pick up details like PTE_FLAGS_MASK.

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
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 a7452f1..9dafe87 100644
--- a/arch/x86/include/asm/pgtable_types.h
+++ b/arch/x86/include/asm/pgtable_types.h
@@ -2,6 +2,7 @@
#define _ASM_X86_PGTABLE_DEFS_H

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

#define FIRST_USER_ADDRESS 0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/