Skip to content

Commit

Permalink
x86, mce: unify
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar authored and H. Peter Anvin committed May 28, 2009
1 parent 711c2e4 commit dba3725
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/mcheck/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
77 changes: 0 additions & 77 deletions arch/x86/kernel/cpu/mcheck/mce_32.c

This file was deleted.

0 comments on commit dba3725

Please sign in to comment.