|
|
@@ -323,8 +323,6 @@ long machine_check_early(struct pt_regs *regs)
|
|
|
|
|
|
__this_cpu_inc(irq_stat.mce_exceptions);
|
|
|
|
|
|
- add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE);
|
|
|
-
|
|
|
if (cur_cpu_spec && cur_cpu_spec->machine_check_early)
|
|
|
handled = cur_cpu_spec->machine_check_early(regs);
|
|
|
return handled;
|
|
|
@@ -758,6 +756,8 @@ void machine_check_exception(struct pt_regs *regs)
|
|
|
|
|
|
__this_cpu_inc(irq_stat.mce_exceptions);
|
|
|
|
|
|
+ add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE);
|
|
|
+
|
|
|
/* See if any machine dependent calls. In theory, we would want
|
|
|
* to call the CPU first, and call the ppc_md. one if the CPU
|
|
|
* one returns a positive number. However there is existing code
|