aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/pgtable.h')
-rw-r--r--arch/arm/include/asm/pgtable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h
index 977245b0875f..3ddcf66f5e04 100644
--- a/arch/arm/include/asm/pgtable.h
+++ b/arch/arm/include/asm/pgtable.h
@@ -25,7 +25,11 @@
25#include <mach/vmalloc.h> 25#include <mach/vmalloc.h>
26#include <asm/pgtable-hwdef.h> 26#include <asm/pgtable-hwdef.h>
27 27
28#ifdef CONFIG_ARM_LPAE
29#include <asm/pgtable-3level.h>
30#else
28#include <asm/pgtable-2level.h> 31#include <asm/pgtable-2level.h>
32#endif
29 33
30/* 34/*
31 * Just any arbitrary offset to the start of the vmalloc VM area: the 35 * Just any arbitrary offset to the start of the vmalloc VM area: the