Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309575
b: refs/heads/master
c: 80f0336
h: refs/heads/master
i:
  309573: e0392b2
  309571: 9fa2543
  309567: e4aa083
v: v3
  • Loading branch information
Borislav Petkov authored and Ingo Molnar committed May 23, 2012
1 parent af68946 commit 231ab0f
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: e8f380e00840f694599e6ab42806639f7de26f11
refs/heads/master: 80f033610fb968e75f5d470233d8d0260d7a72ed
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 @@ -1450,9 +1450,9 @@ static int __cpuinit __mcheck_cpu_apply_quirks(struct cpuinfo_x86 *c)
rdmsrl(msrs[i], val);

/* CntP bit set? */
if (val & BIT(62)) {
val &= ~BIT(62);
wrmsrl(msrs[i], val);
if (val & BIT_64(62)) {
val &= ~BIT_64(62);
wrmsrl(msrs[i], val);
}
}

Expand Down

0 comments on commit 231ab0f

Please sign in to comment.