diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:14 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:14 -0400 |
commit | 7d75d20c61641fe0915c7a7c9c414e5e2c6f3318 (patch) | |
tree | 43f40b48b3a91ed6fd6bbf2425e717485654c2ff /arch | |
parent | 8d7083f3b038c0196ae0f9f161f8a49e85cde164 (diff) |
x86_64: prepare shared kernel/mce_amd.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/mce_amd_64.c (renamed from arch/x86_64/kernel/mce_amd.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 12b3ff88f2..0a03b62d70 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile | |||
@@ -14,7 +14,7 @@ obj-y := process.o signal.o entry.o traps_64.o irq.o \ | |||
14 | obj-$(CONFIG_STACKTRACE) += stacktrace.o | 14 | obj-$(CONFIG_STACKTRACE) += stacktrace.o |
15 | obj-$(CONFIG_X86_MCE) += mce.o therm_throt.o | 15 | obj-$(CONFIG_X86_MCE) += mce.o therm_throt.o |
16 | obj-$(CONFIG_X86_MCE_INTEL) += mce_intel.o | 16 | obj-$(CONFIG_X86_MCE_INTEL) += mce_intel.o |
17 | obj-$(CONFIG_X86_MCE_AMD) += mce_amd.o | 17 | obj-$(CONFIG_X86_MCE_AMD) += mce_amd_64.o |
18 | obj-$(CONFIG_MTRR) += ../../i386/kernel/cpu/mtrr/ | 18 | obj-$(CONFIG_MTRR) += ../../i386/kernel/cpu/mtrr/ |
19 | obj-$(CONFIG_ACPI) += acpi/ | 19 | obj-$(CONFIG_ACPI) += acpi/ |
20 | obj-$(CONFIG_X86_MSR) += msr.o | 20 | obj-$(CONFIG_X86_MSR) += msr.o |
diff --git a/arch/x86_64/kernel/mce_amd.c b/arch/x86_64/kernel/mce_amd_64.c index 2f8a7f18b0..2f8a7f18b0 100644 --- a/arch/x86_64/kernel/mce_amd.c +++ b/arch/x86_64/kernel/mce_amd_64.c | |||