aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/mmu.h')
-rw-r--r--include/asm-ppc/mmu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h
index 14584e505ed5..d46b57b589ae 100644
--- a/include/asm-ppc/mmu.h
+++ b/include/asm-ppc/mmu.h
@@ -383,6 +383,12 @@ typedef struct _P601_BAT {
383#define BOOKE_PAGESZ_256GB 14 383#define BOOKE_PAGESZ_256GB 14
384#define BOOKE_PAGESZ_1TB 15 384#define BOOKE_PAGESZ_1TB 15
385 385
386#ifndef CONFIG_SERIAL_TEXT_DEBUG
387#define PPC44x_EARLY_TLBS 1
388#else
389#define PPC44x_EARLY_TLBS 2
390#endif
391
386/* 392/*
387 * Freescale Book-E MMU support 393 * Freescale Book-E MMU support
388 */ 394 */