X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fpowerpc%2Fmm%2Fmmu_context_nohash.c;fp=arch%2Fpowerpc%2Fmm%2Fmmu_context_nohash.c;h=a70e311bd457d83991895b2a519411f9ead6499d;hb=ff7c660092de1f70e156cf95784a4b55556412d9;hp=ac4cb04ceb69edc6a1e4c2379125642016aee377;hpb=d62cbf45a84d442a6b79d993c05edfb283bab8f8;p=pandora-kernel.git 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) #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);