powerpc/mm: Fix printk type warning in mmu_context_nohash
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 19 Mar 2009 19:34:13 +0000 (19:34 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Mar 2009 02:47:34 +0000 (13:47 +1100)
commitff7c660092de1f70e156cf95784a4b55556412d9
tree8d55c21e650478da862320e0369d9decba182951
parentd62cbf45a84d442a6b79d993c05edfb283bab8f8
powerpc/mm: Fix printk type warning in mmu_context_nohash

We need to use %zu instead of %d when printing a sizeof()

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/mmu_context_nohash.c