From: Maciej W. Rozycki Date: Wed, 29 Jun 2005 10:24:21 +0000 (+0000) Subject: Fix a diagnostic message. X-Git-Tag: v3.12-rc1~41253^2~1^2~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41986a6e7ea3b3acb452d00d56acda7c63761736;p=kernel%2Fkernel-generic.git Fix a diagnostic message. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 48546d1..c7b3bf2 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) if (p > tlb_handler + 32) panic("TLB refill handler space exceeded"); - printk("Synthesized TLB handler (%u instructions).\n", + printk("Synthesized TLB refill handler (%u instructions).\n", (unsigned int)(p - tlb_handler)); #ifdef DEBUG_TLB {