|
@@ -399,6 +399,7 @@ static int opal_recover_mce(struct pt_regs *regs,
|
|
|
|
|
|
if (!(regs->msr & MSR_RI)) {
|
|
if (!(regs->msr & MSR_RI)) {
|
|
/* If MSR_RI isn't set, we cannot recover */
|
|
/* If MSR_RI isn't set, we cannot recover */
|
|
|
|
+ pr_err("Machine check interrupt unrecoverable: MSR(RI=0)\n");
|
|
recovered = 0;
|
|
recovered = 0;
|
|
} else if (evt->disposition == MCE_DISPOSITION_RECOVERED) {
|
|
} else if (evt->disposition == MCE_DISPOSITION_RECOVERED) {
|
|
/* Platform corrected itself */
|
|
/* Platform corrected itself */
|