|
@@ -991,20 +991,19 @@ int amd_decode_mce(struct notifier_block *nb, unsigned long val, void *data)
|
|
pr_cont("]: 0x%016llx\n", m->status);
|
|
pr_cont("]: 0x%016llx\n", m->status);
|
|
|
|
|
|
if (m->status & MCI_STATUS_ADDRV)
|
|
if (m->status & MCI_STATUS_ADDRV)
|
|
- pr_emerg(HW_ERR "Error Addr: 0x%016llx", m->addr);
|
|
|
|
|
|
+ pr_emerg(HW_ERR "Error Addr: 0x%016llx\n", m->addr);
|
|
|
|
|
|
if (boot_cpu_has(X86_FEATURE_SMCA)) {
|
|
if (boot_cpu_has(X86_FEATURE_SMCA)) {
|
|
|
|
+ pr_emerg(HW_ERR "IPID: 0x%016llx", m->ipid);
|
|
|
|
+
|
|
if (m->status & MCI_STATUS_SYNDV)
|
|
if (m->status & MCI_STATUS_SYNDV)
|
|
pr_cont(", Syndrome: 0x%016llx", m->synd);
|
|
pr_cont(", Syndrome: 0x%016llx", m->synd);
|
|
|
|
|
|
- pr_cont(", IPID: 0x%016llx", m->ipid);
|
|
|
|
-
|
|
|
|
pr_cont("\n");
|
|
pr_cont("\n");
|
|
|
|
|
|
decode_smca_errors(m);
|
|
decode_smca_errors(m);
|
|
goto err_code;
|
|
goto err_code;
|
|
- } else
|
|
|
|
- pr_cont("\n");
|
|
|
|
|
|
+ }
|
|
|
|
|
|
if (!fam_ops)
|
|
if (!fam_ops)
|
|
goto err_code;
|
|
goto err_code;
|