]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86_64: prepare shared kernel/mce.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:14:53 +0000 (11:14 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:14:53 +0000 (11:14 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86_64/kernel/Makefile
arch/x86_64/kernel/mce_64.c [moved from arch/x86_64/kernel/mce.c with 100% similarity]

index fc8d1319e911165cd3a7b824bd9d252893f13b45..b0a29b510427a151074ee2eae95b0ccae21dc311 100644 (file)
@@ -12,7 +12,7 @@ obj-y := process.o signal_64.o entry.o traps_64.o irq.o \
                perfctr-watchdog.o
 
 obj-$(CONFIG_STACKTRACE)       += stacktrace.o
-obj-$(CONFIG_X86_MCE)          += mce.o therm_throt.o
+obj-$(CONFIG_X86_MCE)          += mce_64.o therm_throt.o
 obj-$(CONFIG_X86_MCE_INTEL)    += mce_intel_64.o
 obj-$(CONFIG_X86_MCE_AMD)      += mce_amd_64.o
 obj-$(CONFIG_MTRR)             += ../../i386/kernel/cpu/mtrr/