diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/edac/mce_amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c index 7eb27062f2ef..44e6cdaff663 100644 --- a/drivers/edac/mce_amd.c +++ b/drivers/edac/mce_amd.c | |||
@@ -467,7 +467,7 @@ static void amd_decode_ls_mce(struct mce *m) | |||
467 | u16 ec = m->status & 0xffff; | 467 | u16 ec = m->status & 0xffff; |
468 | u8 xec = (m->status >> 16) & xec_mask; | 468 | u8 xec = (m->status >> 16) & xec_mask; |
469 | 469 | ||
470 | if (boot_cpu_data.x86 == 0x14) { | 470 | if (boot_cpu_data.x86 >= 0x14) { |
471 | pr_emerg("You shouldn't be seeing an LS MCE on this cpu family," | 471 | pr_emerg("You shouldn't be seeing an LS MCE on this cpu family," |
472 | " please report on LKML.\n"); | 472 | " please report on LKML.\n"); |
473 | return; | 473 | return; |