[PATCH] mm/init.c: fix compilation warning

Russell King - ARM Linux linux at arm.linux.org.uk
Fri Jan 14 03:35:24 EST 2011


On Fri, Jan 14, 2011 at 12:40:51PM +0530, Viresh Kumar wrote:
> This patch fixes following warning:
> mm/init.c:606: warning: format '%08lx' expects type 'long unsigned int', but
> argument 12 has type 'unsigned int'

The problem is in your definition of VMALLOC_END.  It should be typed
unsigned long - so have a UL suffix on the number.



More information about the linux-arm-kernel mailing list