From: Mike Frysinger Date: Wed, 23 Mar 2011 07:23:52 +0000 (+0100) Subject: percpu: Cast away printk format warning X-Git-Tag: v3.0-rc1~315^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787e5b06a80e7fc9dc02d9b53a9d8d2ac63b7ace;p=pandora-kernel.git percpu: Cast away printk format warning On 32-bit systems which don't happen to implicitly define or cast VMALLOC_START and/or VMALLOC_END to long in their arch headers, the printk in the percpu code will cause a warning to be emitted: mm/percpu.c: In function 'pcpu_embed_first_chunk': mm/percpu.c:1648: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int' So add an explicit cast to unsigned long here. Signed-off-by: Mike Frysinger Signed-off-by: Tejun Heo --- Reading git-diff-tree failed