mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
69385f8879
... to be the same like the file name of injection module itself to avoid confusion when grepping. No functionality change. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Tony Luck <tony.luck@intel.com> Link: http://lkml.kernel.org/r/1459929916-12852-2-git-send-email-bp@alien8.de Signed-off-by: Ingo Molnar <mingo@kernel.org>
9 lines
330 B
Text
9 lines
330 B
Text
config MCE_AMD_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!
|