From d331e43e3e641be39b5421bc8145c254aabfacd9 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 29 Jun 2005 10:24:21 +0000 Subject: [PATCH] --- yaml --- r: 11120 b: refs/heads/master c: 41986a6e7ea3b3acb452d00d56acda7c63761736 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/mm/tlbex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 274cf665ff49..71ba4e064bc8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 362b1d546df6851d17159a2df89d1ca209ee42c1 +refs/heads/master: 41986a6e7ea3b3acb452d00d56acda7c63761736 diff --git a/trunk/arch/mips/mm/tlbex.c b/trunk/arch/mips/mm/tlbex.c index 48546d18a5a3..c7b3bf22bf3f 100644 --- a/trunk/arch/mips/mm/tlbex.c +++ b/trunk/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 {