]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio_balloon-introduce-migration-primitives-to-balloon-pages-fix-fix-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 15 Nov 2012 02:37:54 +0000 (13:37 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Nov 2012 06:25:50 +0000 (17:25 +1100)
commitecfba03eb69508ac6158625df06ca0cf8e81c8e7
tree34da04ee575422e00f721247639b7ed7411e5146
parent7ac96a3a4e3c84dfc18d588bb58bda6c371a7fc3
virtio_balloon-introduce-migration-primitives-to-balloon-pages-fix-fix-fix

drivers/virtio/virtio_balloon.c: In function 'fill_balloon':
drivers/virtio/virtio_balloon.c:142:4: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'long unsigned int' [-Wformat]

The type of PAGE_SIZE is different on different architectures (or at
least, it used to be).  Make things predictable.

Cc: Rafael Aquini <aquini@redhat.com>
Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/virtio/virtio_balloon.c