|
@@ -1299,6 +1299,7 @@ static void build_r4000_tlb_refill_handler(void)
|
|
|
}
|
|
}
|
|
|
#ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
|
|
#ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
|
|
|
uasm_l_tlb_huge_update(&l, p);
|
|
uasm_l_tlb_huge_update(&l, p);
|
|
|
|
|
+ UASM_i_LW(&p, K0, 0, K1);
|
|
|
build_huge_update_entries(&p, htlb_info.huge_pte, K1);
|
|
build_huge_update_entries(&p, htlb_info.huge_pte, K1);
|
|
|
build_huge_tlb_write_entry(&p, &l, &r, K0, tlb_random,
|
|
build_huge_tlb_write_entry(&p, &l, &r, K0, tlb_random,
|
|
|
htlb_info.restore_scratch);
|
|
htlb_info.restore_scratch);
|