Loading drivers/edac/edac_mce_amd.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -306,7 +306,7 @@ void amd_decode_nb_mce(int node_id, struct err_regs *regs, int handle_errors) * value encoding has changed so interpret those differently * value encoding has changed so interpret those differently */ */ if ((boot_cpu_data.x86 == 0x10) && if ((boot_cpu_data.x86 == 0x10) && (boot_cpu_data.x86_model > 8)) { (boot_cpu_data.x86_model > 7)) { if (regs->nbsh & K8_NBSH_ERR_CPU_VAL) if (regs->nbsh & K8_NBSH_ERR_CPU_VAL) pr_cont(", core: %u\n", (u8)(regs->nbsh & 0xf)); pr_cont(", core: %u\n", (u8)(regs->nbsh & 0xf)); } else { } else { Loading Loading
drivers/edac/edac_mce_amd.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -306,7 +306,7 @@ void amd_decode_nb_mce(int node_id, struct err_regs *regs, int handle_errors) * value encoding has changed so interpret those differently * value encoding has changed so interpret those differently */ */ if ((boot_cpu_data.x86 == 0x10) && if ((boot_cpu_data.x86 == 0x10) && (boot_cpu_data.x86_model > 8)) { (boot_cpu_data.x86_model > 7)) { if (regs->nbsh & K8_NBSH_ERR_CPU_VAL) if (regs->nbsh & K8_NBSH_ERR_CPU_VAL) pr_cont(", core: %u\n", (u8)(regs->nbsh & 0xf)); pr_cont(", core: %u\n", (u8)(regs->nbsh & 0xf)); } else { } else { Loading