aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:14:53 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:14:53 +0200
commit96a6674c5ad6a6f596aab6ac826b93f5cd846749 (patch)
tree063654334272fef02a32e7b76acf02b96d56db36
parentx86_64: prepare shared kernel/mpparse.c (diff)
downloadlinux-dev-96a6674c5ad6a6f596aab6ac826b93f5cd846749.tar.xz
linux-dev-96a6674c5ad6a6f596aab6ac826b93f5cd846749.zip
x86_64: prepare shared kernel/mce.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86_64/kernel/Makefile2
-rw-r--r--arch/x86_64/kernel/mce_64.c (renamed from arch/x86_64/kernel/mce.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile
index fc8d1319e911..b0a29b510427 100644
--- a/arch/x86_64/kernel/Makefile
+++ b/arch/x86_64/kernel/Makefile
@@ -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/
diff --git a/arch/x86_64/kernel/mce.c b/arch/x86_64/kernel/mce_64.c
index a66d607f5b92..a66d607f5b92 100644
--- a/arch/x86_64/kernel/mce.c
+++ b/arch/x86_64/kernel/mce_64.c