diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/kernel/smp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c index 45877f5d5717..b40915dcd533 100644 --- a/arch/arm/kernel/smp.c +++ b/arch/arm/kernel/smp.c | |||
@@ -315,8 +315,8 @@ int smp_call_function_on_cpu(void (*func)(void *info), void *info, int retry, | |||
315 | printk(KERN_CRIT | 315 | printk(KERN_CRIT |
316 | "CPU%u: smp_call_function timeout for %p(%p)\n" | 316 | "CPU%u: smp_call_function timeout for %p(%p)\n" |
317 | " callmap %lx pending %lx, %swait\n", | 317 | " callmap %lx pending %lx, %swait\n", |
318 | smp_processor_id(), func, info, callmap, data.pending, | 318 | smp_processor_id(), func, info, *cpus_addr(callmap), |
319 | wait ? "" : "no "); | 319 | *cpus_addr(data.pending), wait ? "" : "no "); |
320 | 320 | ||
321 | /* | 321 | /* |
322 | * TRACE | 322 | * TRACE |