Commit e006235e authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86/Voyager: remove MCE quirk



If no MCE code is desired on Voyager hw then the solution
is to turn them off in the .config - and to extend the MCE
code to not initialize on Voyager.

Remove the build-time quirk.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7cd92366
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -703,7 +703,6 @@ config X86_REROUTE_FOR_BROKEN_BOOT_IRQS

config X86_MCE
	bool "Machine Check Exception"
	depends on !X86_VOYAGER
	---help---
	  Machine Check Exception support allows the processor to notify the
	  kernel if it detects a problem (e.g. overheating, component failure).