Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148899
b: refs/heads/master
c: 3256169
h: refs/heads/master
i:
  148897: a23b38a
  148895: ac5c4a5
v: v3
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed May 28, 2009
1 parent 13f6430 commit c66768f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8be9110569aec1f65d86b08aef7ec49659137bf9
refs/heads/master: 32561696c23028596f24b353d98f2e23b58f91f7
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ void do_machine_check(struct pt_regs *regs, long error_code)

if (notify_die(DIE_NMI, "machine check", regs, error_code,
18, SIGKILL) == NOTIFY_STOP)
goto out2;
goto out;
if (!banks)
goto out2;
goto out;

mce_setup(&m);

Expand Down Expand Up @@ -499,7 +499,7 @@ void do_machine_check(struct pt_regs *regs, long error_code)
mce_wrmsrl(MSR_IA32_MC0_STATUS+4*i, 0);
}
mce_wrmsrl(MSR_IA32_MCG_STATUS, 0);
out2:
out:
atomic_dec(&mce_entry);
sync_core();
}
Expand Down

0 comments on commit c66768f

Please sign in to comment.