Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99478
b: refs/heads/master
c: b4b3bd9
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Rahn authored and Ingo Molnar committed Jun 18, 2008
1 parent 720c1a8 commit 5de0a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8edc5cc5ec880c96de8e6686fb0d7a5231e91c05
refs/heads/master: b4b3bd96f26586e53ab5482f1869221dd1b5ac36
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/mce_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ static void mce_init(void *dummy)
rdmsrl(MSR_IA32_MCG_CAP, cap);
banks = cap & 0xff;
if (banks > MCE_EXTENDED_BANK) {
banks = MCE_EXTENDED_BANK;
printk(KERN_INFO "MCE: warning: using only %d banks\n",
MCE_EXTENDED_BANK);
banks = MCE_EXTENDED_BANK;
}
/* Use accurate RIP reporting if available. */
if ((cap & (1<<9)) && ((cap >> 16) & 0xff) >= 9)
Expand Down

0 comments on commit 5de0a83

Please sign in to comment.