Bump initial TLB size. The kernel is not necessarily less than 16 MB any

more.
This commit is contained in:
Nathan Whitehorn 2013-10-26 19:49:09 +00:00
parent 0713c174ed
commit d2a406dd46

View File

@ -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