diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-08 12:31:26 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 09:24:11 -0700 |
commit | dba3725d44f5dfb5711fd509fca10b5b828c43b7 (patch) | |
tree | ebf07a2560a85259de700593f340be5183289508 /arch/x86/kernel/cpu/mcheck/Makefile | |
parent | 711c2e481c9d1113650d09de10f61ee88ab56fda (diff) | |
download | talos-obmc-linux-dba3725d44f5dfb5711fd509fca10b5b828c43b7.tar.gz talos-obmc-linux-dba3725d44f5dfb5711fd509fca10b5b828c43b7.zip |
x86, mce: unify
move mce_64.c => mce.c and glue it up in the Makefile.
Remove mce_32.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/cpu/mcheck/Makefile')
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/Makefile b/arch/x86/kernel/cpu/mcheck/Makefile index 6def76942bf2..55f01b39a105 100644 --- a/arch/x86/kernel/cpu/mcheck/Makefile +++ b/arch/x86/kernel/cpu/mcheck/Makefile @@ -1,4 +1,4 @@ -obj-y = mce_$(BITS).o therm_throt.o +obj-y = mce.o therm_throt.o obj-$(CONFIG_X86_32) += k7.o p4.o p5.o p6.o winchip.o obj-$(CONFIG_X86_MCE_P4THERMAL) += mce_intel.o |