https://github.com/torvalds/linux
Raw File
Tip revision: 04974df8049fc4240d22759a91e035082ccd18b4 authored by Linus Torvalds on 01 May 2016, 22:52:31 UTC
Linux 4.6-rc6
Tip revision: 04974df
Kconfig
config AMD_MCE_INJ
	tristate "Simple MCE injection interface for AMD processors"
	depends on RAS && EDAC_DECODE_MCE && DEBUG_FS && AMD_NB
	default n
	help
	  This is a simple debugfs interface to inject MCEs and test different
	  aspects of the MCE handling code.

	  WARNING: Do not even assume this interface is staying stable!
back to top