This is an x86-specific module and would benefit from being closer to the arch code. Move it there. Update copyright while at it. 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/1439396985-12812-14-git-send-email-bp@alien8.de Signed-off-by: Ingo Molnar <mingo@kernel.org>tirimbino
parent
a79da38494
commit
6c36dfe949
@ -0,0 +1,11 @@ |
||||
config AMD_MCE_INJ |
||||
tristate "Simple MCE injection interface for AMD processors" |
||||
depends on RAS && EDAC_DECODE_MCE && DEBUG_FS |
||||
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! |
||||
|
||||
|
@ -0,0 +1,2 @@ |
||||
obj-$(CONFIG_AMD_MCE_INJ) += mce_amd_inj.o
|
||||
|
Loading…
Reference in new issue