mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
Fix a diagnostic message.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
362b1d546d
commit
41986a6e7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue