aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2005-06-29 06:24:21 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:31:32 -0400
commit41986a6e7ea3b3acb452d00d56acda7c63761736 (patch)
treef34eb6f84614b186eeceacb4f0cf3f3c393e8912 /arch
parent362b1d546df6851d17159a2df89d1ca209ee42c1 (diff)
Fix a diagnostic message.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mm/tlbex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c
index 48546d18a5a..c7b3bf22bf3 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 {