diff options
Diffstat (limited to 'arch/mips/mm')
-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 48546d18a5a3..c7b3bf22bf3f 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
@@ -731,7 +731,7 @@ static void __init build_r3000_tlb_refill_handler(void) | |||
731 | if (p > tlb_handler + 32) | 731 | if (p > tlb_handler + 32) |
732 | panic("TLB refill handler space exceeded"); | 732 | panic("TLB refill handler space exceeded"); |
733 | 733 | ||
734 | printk("Synthesized TLB handler (%u instructions).\n", | 734 | printk("Synthesized TLB refill handler (%u instructions).\n", |
735 | (unsigned int)(p - tlb_handler)); | 735 | (unsigned int)(p - tlb_handler)); |
736 | #ifdef DEBUG_TLB | 736 | #ifdef DEBUG_TLB |
737 | { | 737 | { |