Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298302
b: refs/heads/master
c: 7ec6118
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and James Bottomley committed Feb 27, 2012
1 parent bac1a84 commit aeb52d4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8b232816057702d5c9ffeac1a65118f504524fea
refs/heads/master: 7ec6118c46699548b302149bba791166004c8428
3 changes: 1 addition & 2 deletions trunk/arch/parisc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ smp_cpu_init(int cpunum)
mb();

/* Well, support 2.4 linux scheme as well. */
if (cpu_isset(cpunum, cpu_online_map))
{
if (cpu_online(cpunum)) {
extern void machine_halt(void); /* arch/parisc.../process.c */

printk(KERN_CRIT "CPU#%d already initialized!\n", cpunum);
Expand Down

0 comments on commit aeb52d4

Please sign in to comment.