Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209944
b: refs/heads/master
c: 6685a47
h: refs/heads/master
v: v3
  • Loading branch information
Signed-off-by: Darren Hart authored and Benjamin Herrenschmidt committed Aug 24, 2010
1 parent 11cffd8 commit 2c7f55a
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: a7c2bb8279d20d853e43c34584eaf2b039de8026
refs/heads/master: 6685a477494ceb063c10300891e48895bb1843c9
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,11 +427,11 @@ int __cpuinit __cpu_up(unsigned int cpu)
#endif

if (!cpu_callin_map[cpu]) {
printk("Processor %u is stuck.\n", cpu);
printk(KERN_ERR "Processor %u is stuck.\n", cpu);
return -ENOENT;
}

printk("Processor %u found.\n", cpu);
DBG("Processor %u found.\n", cpu);

if (smp_ops->give_timebase)
smp_ops->give_timebase();
Expand Down

0 comments on commit 2c7f55a

Please sign in to comment.