powerpc/mm: Fix printk type warning in mmu_context_nohash
[deliverable/linux.git] / arch / powerpc / mm / mmu_context_nohash.c
index ac4cb04ceb69edc6a1e4c2379125642016aee377..a70e311bd457d83991895b2a519411f9ead6499d 100644 (file)
@@ -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);
 
This page took 0.027187 seconds and 5 git commands to generate.