summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/percpu.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-23 08:23:52 +0100
committerTejun Heo <tj@kernel.org>2011-03-28 18:03:34 +0200
commit787e5b06a80e7fc9dc02d9b53a9d8d2ac63b7ace (patch)
tree98aec2df3e2d48e09a3797c0f232af3a5bfbbd38 /arch/x86/include/asm/percpu.h
parent18bcd0c8cb7d85a9063b88ec810dc1cdc0974518 (diff)
downloadop-kernel-dev-787e5b06a80e7fc9dc02d9b53a9d8d2ac63b7ace.zip
op-kernel-dev-787e5b06a80e7fc9dc02d9b53a9d8d2ac63b7ace.tar.gz
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 <vapier@gentoo.org> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/percpu.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud