arm64: Introduce VA_BITS and translation level options
[linux-2.6-block.git] / arch / arm64 / include / asm / page.h
index e84ca637af6bd214edaea8801db7cf3d55532ca8..1cbde2773c4f8085ff8a2b37a131f5ec99ec5034 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef __ASSEMBLY__
 
-#ifdef CONFIG_ARM64_64K_PAGES
+#ifdef CONFIG_ARM64_2_LEVELS
 #include <asm/pgtable-2level-types.h>
 #else
 #include <asm/pgtable-3level-types.h>