From 96a6674c5ad6a6f596aab6ac826b93f5cd846749 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:14:53 +0200 Subject: [PATCH] x86_64: prepare shared kernel/mce.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86_64/kernel/Makefile | 2 +- arch/x86_64/kernel/{mce.c => mce_64.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86_64/kernel/{mce.c => mce_64.c} (100%) diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index fc8d131..b0a29b5 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 similarity index 100% rename from arch/x86_64/kernel/mce.c rename to arch/x86_64/kernel/mce_64.c -- 2.7.4