Skip to content
Commit d2f6f7ae authored by Andi Kleen's avatar Andi Kleen Committed by Thomas Gleixner
Browse files

MCE: Don't run 32bit machine checks with interrupts on



Running machine checks with interrupt on is a extremly bad idea. The machine
check handler only runs when the system is broken and needs to finish
as quickly as possible.

Remove the respective bogus post 2.6.27 regression and call
the machine check vector directly again.

This removes only code.

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
[Cherry-picked from x86/mce]
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 2bfef69d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment