Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12175
b: refs/heads/master
c: 273c2cd
h: refs/heads/master
i:
  12173: 2ad9989
  12171: a1cae74
  12167: 99661ed
  12159: c81bf7b
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 2, 2005
1 parent 0d2745b commit d837f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 71f512e89704f5aa6fc0b97e4a719184080b8938
refs/heads/master: 273c2cdb2b6d6743d85ddbde82e71f8adbf5bf10
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ int smp_call_function_on_cpu(void (*func)(void *info), void *info, int retry,
printk(KERN_CRIT
"CPU%u: smp_call_function timeout for %p(%p)\n"
" callmap %lx pending %lx, %swait\n",
smp_processor_id(), func, info, callmap, data.pending,
wait ? "" : "no ");
smp_processor_id(), func, info, *cpus_addr(callmap),
*cpus_addr(data.pending), wait ? "" : "no ");

/*
* TRACE
Expand Down

0 comments on commit d837f1f

Please sign in to comment.