Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212120
b: refs/heads/master
c: fda7561
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Borislav Petkov committed Oct 21, 2010
1 parent 88fcee8 commit 79065d5
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: cb9d5ecdff66197f65a6be8032ccc1ebf7199684
refs/heads/master: fda7561f438aeddf074e2db0890e283195aa7779
2 changes: 1 addition & 1 deletion trunk/drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ static int __init mce_amd_init(void)
if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
return 0;

if ((boot_cpu_data.x86 < 0xf || boot_cpu_data.x86 > 0x11) &&
if ((boot_cpu_data.x86 < 0xf || boot_cpu_data.x86 > 0x12) &&
(boot_cpu_data.x86 != 0x14 || boot_cpu_data.x86_model > 0xf))
return 0;

Expand Down

0 comments on commit 79065d5

Please sign in to comment.