diff options
| -rw-r--r-- | arch/powerpc/mm/mmu_context_nohash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/mmu_context_nohash.c b/arch/powerpc/mm/mmu_context_nohash.c index ac4cb04ceb69..a70e311bd457 100644 --- a/arch/powerpc/mm/mmu_context_nohash.c +++ b/arch/powerpc/mm/mmu_context_nohash.c | |||
| @@ -380,7 +380,7 @@ void __init mmu_context_init(void) | |||
| 380 | #endif | 380 | #endif |
| 381 | 381 | ||
| 382 | printk(KERN_INFO | 382 | printk(KERN_INFO |
| 383 | "MMU: Allocated %d bytes of context maps for %d contexts\n", | 383 | "MMU: Allocated %zu bytes of context maps for %d contexts\n", |
| 384 | 2 * CTX_MAP_SIZE + (sizeof(void *) * (last_context + 1)), | 384 | 2 * CTX_MAP_SIZE + (sizeof(void *) * (last_context + 1)), |
| 385 | last_context - first_context + 1); | 385 | last_context - first_context + 1); |
| 386 | 386 | ||
