Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8595
b: refs/heads/master
c: 413588c
h: refs/heads/master
i:
  8593: 27dfa9c
  8591: bf71768
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Sep 12, 2005
1 parent 232f628 commit a1cd129
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b9aac10dddd927f0b9cfcca19a272ded87015574
refs/heads/master: 413588c7cb8113c03d0044f1d41b832ad7201c29
6 changes: 4 additions & 2 deletions trunk/arch/x86_64/kernel/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,12 @@ __setup("mce", mcheck_enable);
* Sysfs support
*/

/* On resume clear all MCE state. Don't want to see leftovers from the BIOS. */
/* On resume clear all MCE state. Don't want to see leftovers from the BIOS.
Only one CPU is active at this time, the others get readded later using
CPU hotplug. */
static int mce_resume(struct sys_device *dev)
{
on_each_cpu(mce_init, NULL, 1, 1);
mce_init(NULL);
return 0;
}

Expand Down

0 comments on commit a1cd129

Please sign in to comment.