diff options
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/tlbex.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 86f004dc8355..4510e61883eb 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
@@ -409,6 +409,11 @@ static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l, | |||
409 | tlbw(p); | 409 | tlbw(p); |
410 | break; | 410 | break; |
411 | 411 | ||
412 | case CPU_JZRISC: | ||
413 | tlbw(p); | ||
414 | uasm_i_nop(p); | ||
415 | break; | ||
416 | |||
412 | default: | 417 | default: |
413 | panic("No TLB refill handler yet (CPU type: %d)", | 418 | panic("No TLB refill handler yet (CPU type: %d)", |
414 | current_cpu_data.cputype); | 419 | current_cpu_data.cputype); |