Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2748
b: refs/heads/master
c: 52a0de2
h: refs/heads/master
v: v3
  • Loading branch information
Christophe Lucas authored and Tony Luck committed Jun 21, 2005
1 parent c8e1f6a commit 0ec8606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a35f1e03b868a3179fa12344ec0d46a44fbf7574
refs/heads/master: 52a0de2cd2d3da8f90d88e2eccb63d0cadd6ae26
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ smp_call_function_single (int cpuid, void (*func) (void *info), void *info, int
int me = get_cpu(); /* prevent preemption and reschedule on another processor */

if (cpuid == me) {
printk("%s: trying to call self\n", __FUNCTION__);
printk(KERN_INFO "%s: trying to call self\n", __FUNCTION__);
put_cpu();
return -EBUSY;
}
Expand Down

0 comments on commit 0ec8606

Please sign in to comment.