Pull thermal into release branch
[linux-drm-fsl-dcu.git] / arch / powerpc / mm / init_32.c
index b57fb3a2b7bb25767d10596f978a5ed4df985c47..5fce6ccecb8dee301d98e5ca97c7d9290a5540d9 100644 (file)
@@ -18,7 +18,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/kernel.h>
@@ -116,6 +115,10 @@ void MMU_setup(void)
        if (strstr(cmd_line, "noltlbs")) {
                __map_without_ltlbs = 1;
        }
+#ifdef CONFIG_DEBUG_PAGEALLOC
+       __map_without_bats = 1;
+       __map_without_ltlbs = 1;
+#endif
 }
 
 /*