• Mike Frysinger's avatar
    percpu: Cast away printk format warning · 787e5b06
    Mike Frysinger authored
    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: default avatarMike Frysinger <vapier@gentoo.org>
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    787e5b06
percpu.c 55.4 KB