From d2a406dd46af668fb18149d05f47b3b1ee72380d Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Sat, 26 Oct 2013 19:49:09 +0000 Subject: [PATCH] Bump initial TLB size. The kernel is not necessarily less than 16 MB any more. --- sys/powerpc/booke/locore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/booke/locore.S b/sys/powerpc/booke/locore.S index 631796d135ae..d7ebac9a2cf0 100644 --- a/sys/powerpc/booke/locore.S +++ b/sys/powerpc/booke/locore.S @@ -158,7 +158,7 @@ __start: mtspr SPR_MAS0, %r3 isync - li %r3, (TLB_SIZE_16M << MAS1_TSIZE_SHIFT)@l + li %r3, (TLB_SIZE_64M << MAS1_TSIZE_SHIFT)@l oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h mtspr SPR_MAS1, %r3 /* note TS was not filled, so it's TS=0 */ isync