Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148917
b: refs/heads/master
c: de8a84d
h: refs/heads/master
i:
  148915: 2872559
v: v3
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed Jun 3, 2009
1 parent faade84 commit cfa07dd
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: 8ee08347c1e8b5680b3b3ce081e42e97bcaa1abe
refs/heads/master: de8a84d85ad8bb46d01d72ebc57030b95075603c
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ void do_machine_check(struct pt_regs *regs, long error_code)

/*
* Non uncorrected errors are handled by machine_check_poll
* Leave them alone.
* Leave them alone, unless this panics.
*/
if ((m.status & MCI_STATUS_UC) == 0)
if ((m.status & MCI_STATUS_UC) == 0 && !no_way_out)
continue;

/*
Expand Down

0 comments on commit cfa07dd

Please sign in to comment.