From 28e75b55520497ef2fb6696ba89e5fff297b950e Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 19 Mar 2009 19:34:13 +0000 Subject: [PATCH] --- yaml --- r: 138580 b: refs/heads/master c: ff7c660092de1f70e156cf95784a4b55556412d9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/mm/mmu_context_nohash.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a1d89a33338c..c7417458bbc7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d62cbf45a84d442a6b79d993c05edfb283bab8f8 +refs/heads/master: ff7c660092de1f70e156cf95784a4b55556412d9 diff --git a/trunk/arch/powerpc/mm/mmu_context_nohash.c b/trunk/arch/powerpc/mm/mmu_context_nohash.c index ac4cb04ceb69..a70e311bd457 100644 --- a/trunk/arch/powerpc/mm/mmu_context_nohash.c +++ b/trunk/arch/powerpc/mm/mmu_context_nohash.c @@ -380,7 +380,7 @@ void __init mmu_context_init(void) #endif printk(KERN_INFO - "MMU: Allocated %d bytes of context maps for %d contexts\n", + "MMU: Allocated %zu bytes of context maps for %d contexts\n", 2 * CTX_MAP_SIZE + (sizeof(void *) * (last_context + 1)), last_context - first_context + 1);