|
@@ -741,9 +741,7 @@ void machine_check_exception(struct pt_regs *regs)
|
|
if (!nested)
|
|
if (!nested)
|
|
nmi_enter();
|
|
nmi_enter();
|
|
|
|
|
|
- /* 64s accounts the mce in machine_check_early when in HVMODE */
|
|
|
|
- if (!IS_ENABLED(CONFIG_PPC_BOOK3S_64) || !cpu_has_feature(CPU_FTR_HVMODE))
|
|
|
|
- __this_cpu_inc(irq_stat.mce_exceptions);
|
|
|
|
|
|
+ __this_cpu_inc(irq_stat.mce_exceptions);
|
|
|
|
|
|
add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE);
|
|
add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE);
|
|
|
|
|