diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-06-29 10:24:21 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 18:31:32 (GMT) |
commit | 41986a6e7ea3b3acb452d00d56acda7c63761736 (patch) | |
tree | f34eb6f84614b186eeceacb4f0cf3f3c393e8912 /arch/mips | |
parent | 362b1d546df6851d17159a2df89d1ca209ee42c1 (diff) | |
download | linux-41986a6e7ea3b3acb452d00d56acda7c63761736.tar.xz |
Fix a diagnostic message.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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 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 { |