aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2016-04-06 04:05:14 -0400
committerIngo Molnar <mingo@kernel.org>2016-04-13 04:54:23 -0400
commit69385f8879344f4a1f078f761bd3523fcf697131 (patch)
treeda3c961925c28436c87d9b5abe57ff2400196bb3
parenta3125494cff084b098c80bb36fbe2061ffed9d52 (diff)
x86/RAS: Rename AMD MCE injector config item
... 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>
-rw-r--r--arch/x86/ras/Kconfig2
-rw-r--r--arch/x86/ras/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/ras/Kconfig b/arch/x86/ras/Kconfig
index df280da34825..d957d5f21a86 100644
--- a/arch/x86/ras/Kconfig
+++ b/arch/x86/ras/Kconfig
@@ -1,4 +1,4 @@
1config AMD_MCE_INJ 1config MCE_AMD_INJ
2 tristate "Simple MCE injection interface for AMD processors" 2 tristate "Simple MCE injection interface for AMD processors"
3 depends on RAS && EDAC_DECODE_MCE && DEBUG_FS && AMD_NB 3 depends on RAS && EDAC_DECODE_MCE && DEBUG_FS && AMD_NB
4 default n 4 default n
diff --git a/arch/x86/ras/Makefile b/arch/x86/ras/Makefile
index dd2c98b84037..5f94546db280 100644
--- a/arch/x86/ras/Makefile
+++ b/arch/x86/ras/Makefile
@@ -1,2 +1,2 @@
1obj-$(CONFIG_AMD_MCE_INJ) += mce_amd_inj.o 1obj-$(CONFIG_MCE_AMD_INJ) += mce_amd_inj.o
2 2