powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit booke
[linux-2.6-block.git] / arch / powerpc / include / asm / nohash / 64 / pgtable.h
index 6ac8381f4c7afe4ebd2a8510b05eb785c4907c48..de78eda5f84143b7d55f977c31198d77569311d7 100644 (file)
@@ -6,13 +6,13 @@
  * the ppc64 hashed page table.
  */
 
-#ifdef CONFIG_PPC_64K_PAGES
-#include <asm/nohash/64/pgtable-64k.h>
-#else
 #include <asm/nohash/64/pgtable-4k.h>
-#endif
 #include <asm/barrier.h>
 
+#ifdef CONFIG_PPC_64K_PAGES
+#error "Page size not supported"
+#endif
+
 #define FIRST_USER_ADDRESS     0UL
 
 /*