Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156936
b: refs/heads/master
c: c7f6fa4
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Ingo Molnar committed Aug 17, 2009
1 parent 5b05fb1 commit 4f5bb4e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 52459ab91363343af8ae252766e9da762344a2e7
refs/heads/master: c7f6fa44115d401e89db730f357629d39f8e4ba6
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,10 @@ static void mce_cpu_quirks(struct cpuinfo_x86 *c)
if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) &&
monarch_timeout < 0)
monarch_timeout = USEC_PER_SEC;

/* There are also broken BIOSes on some Pentium M systems. */
if (c->x86 == 6 && c->x86_model == 13 && mce_bootlog < 0)
mce_bootlog = 0;
}
if (monarch_timeout < 0)
monarch_timeout = 0;
Expand Down

0 comments on commit 4f5bb4e

Please sign in to comment.