Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167776
b: refs/heads/master
c: 93ae501
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Ingo Molnar committed Oct 16, 2009
1 parent f3062c1 commit 0f9c4ce
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 036ed8ba61b72c19dc5759446d4fe0844aa88255
refs/heads/master: 93ae5012a79b11e7fc855b52c7ce1e16fe1540b0
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,8 @@ static int __cpuinit mce_cap_init(void)
rdmsrl(MSR_IA32_MCG_CAP, cap);

b = cap & MCG_BANKCNT_MASK;
printk(KERN_INFO "mce: CPU supports %d MCE banks\n", b);
if (!banks)
printk(KERN_INFO "mce: CPU supports %d MCE banks\n", b);

if (b > MAX_NR_BANKS) {
printk(KERN_WARNING
Expand Down

0 comments on commit 0f9c4ce

Please sign in to comment.