diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/Makefile | 6 | ||||
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/mce_32.c (renamed from arch/x86/kernel/cpu/mcheck/mce.c) | 0 |
2 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/Makefile b/arch/x86/kernel/cpu/mcheck/Makefile index 1ba7e3f52769..403e720497ee 100644 --- a/arch/x86/kernel/cpu/mcheck/Makefile +++ b/arch/x86/kernel/cpu/mcheck/Makefile | |||
@@ -1,5 +1,3 @@ | |||
1 | obj-$(CONFIG_X86_32) = mce.o k7.o p4.o p5.o p6.o winchip.o | 1 | obj-y = mce_$(BITS).o therm_throt.o |
2 | obj-$(CONFIG_X86_32) += k7.o p4.o p5.o p6.o winchip.o | ||
2 | obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o | 3 | obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o |
3 | |||
4 | # shared between i386 and x86_64 | ||
5 | obj-y += therm_throt.o | ||
diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce_32.c index 34c781eddee4..34c781eddee4 100644 --- a/arch/x86/kernel/cpu/mcheck/mce.c +++ b/arch/x86/kernel/cpu/mcheck/mce_32.c | |||