Explorar o código

Fix a diagnostic message.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Maciej W. Rozycki %!s(int64=20) %!d(string=hai) anos
pai
achega
41986a6e7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/mips/mm/tlbex.c

+ 1 - 1
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
 	{