diff options
-rw-r--r-- | arch/mips/mm/tlbex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 9ab0f907a52c..605b6fc13697 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
@@ -1803,7 +1803,7 @@ static void __cpuinit build_r3000_tlb_store_handler(void) | |||
1803 | uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff); | 1803 | uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff); |
1804 | uasm_i_nop(&p); | 1804 | uasm_i_nop(&p); |
1805 | 1805 | ||
1806 | if (p >= handle_tlbs) | 1806 | if (p >= handle_tlbs_end) |
1807 | panic("TLB store handler fastpath space exceeded"); | 1807 | panic("TLB store handler fastpath space exceeded"); |
1808 | 1808 | ||
1809 | uasm_resolve_relocs(relocs, labels); | 1809 | uasm_resolve_relocs(relocs, labels); |