Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5114
b: refs/heads/master
c: bba0e46
h: refs/heads/master
v: v3
  • Loading branch information
Nigel Cunningham authored and Linus Torvalds committed Jul 27, 2005
1 parent 74c2349 commit c79cb11
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: 9a14d4c898285623d1f5c338b659fa82cf4480fb
refs/heads/master: bba0e4670a4e1841a96b561dcc60ebe335049891
2 changes: 1 addition & 1 deletion trunk/kernel/power/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void disable_nonboot_cpus(void)
}
printk("Error taking cpu %d down: %d\n", cpu, error);
}
BUG_ON(smp_processor_id() != 0);
BUG_ON(raw_smp_processor_id() != 0);
if (error)
panic("cpus not sleeping");
}
Expand Down

0 comments on commit c79cb11

Please sign in to comment.