Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148879
b: refs/heads/master
c: 2e6f694
h: refs/heads/master
i:
  148877: c62c62d
  148875: 4dc3d1e
  148871: 270ee96
  148863: b173310
v: v3
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed May 28, 2009
1 parent 4277599 commit be39723
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 06b7a7a5ec917761969444fee967c43868a76468
refs/heads/master: 2e6f694fde0a7158590e121962ca2e3c06633528
6 changes: 6 additions & 0 deletions trunk/arch/x86/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,12 @@ static void mce_cpu_quirks(struct cpuinfo_x86 *c)
*/
mce_bootlog = 0;
}
/*
* Various K7s with broken bank 0 around. Always disable
* by default.
*/
if (c->x86 == 6)
bank[0] = 0;
}

if (c->x86_vendor == X86_VENDOR_INTEL) {
Expand Down

0 comments on commit be39723

Please sign in to comment.