Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM SMP] Fix a couple of warnings

Use *cpus_addr() to display the mask of pending/to be called CPUs.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Russell King and committed by
Russell King
273c2cdb 71f512e8

+2 -2
+2 -2
arch/arm/kernel/smp.c
··· 315 315 printk(KERN_CRIT 316 316 "CPU%u: smp_call_function timeout for %p(%p)\n" 317 317 " callmap %lx pending %lx, %swait\n", 318 - smp_processor_id(), func, info, callmap, data.pending, 319 - wait ? "" : "no "); 318 + smp_processor_id(), func, info, *cpus_addr(callmap), 319 + *cpus_addr(data.pending), wait ? "" : "no "); 320 320 321 321 /* 322 322 * TRACE