Skip to content

Commit 54c4b2a

Browse files
suryasaimadhujfvogel
authored andcommitted
x86/mce: Restore MCE injector's module name
It was mce-inject.ko but it turned into inject.ko since the containing source file got renamed. Restore it. Fixes: 21afaf1 ("x86/mce: Streamline MCE subsystem's naming") Signed-off-by: Borislav Petkov <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: linux-edac <[email protected]> Cc: Tony Luck <[email protected]> Link: https://lkml.kernel.org/r/[email protected] (cherry picked from commit 72a8f08) Orabug: 29547647 Signed-off-by: Somasundaram Krishnasamy <[email protected]> Reviewed-by: John Donnelly <[email protected]>
1 parent d3f769f commit 54c4b2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/x86/kernel/cpu/mce/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ obj-$(CONFIG_X86_ANCIENT_MCE) += winchip.o p5.o
55
obj-$(CONFIG_X86_MCE_INTEL) += intel.o
66
obj-$(CONFIG_X86_MCE_AMD) += amd.o
77
obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
8-
obj-$(CONFIG_X86_MCE_INJECT) += inject.o
8+
9+
mce-inject-y := inject.o
10+
obj-$(CONFIG_X86_MCE_INJECT) += mce-inject.o
911

1012
obj-$(CONFIG_X86_THERMAL_VECTOR) += therm_throt.o
1113

0 commit comments

Comments
 (0)