Skip to content

Commit

Permalink
x86: prepare consolidation of cpu/ related code usage
Browse files Browse the repository at this point in the history
Move mce.c to mce_32.c to allow the later move of the x86_64 mce.c
from arch/x86/kernel/ to ...kernel/cpu/mcheck

No code change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed Oct 23, 2007
1 parent 34d19e2 commit 3bc258a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/x86/kernel/cpu/mcheck/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
obj-$(CONFIG_X86_32) = mce.o k7.o p4.o p5.o p6.o winchip.o
obj-y = mce_$(BITS).o therm_throt.o
obj-$(CONFIG_X86_32) += k7.o p4.o p5.o p6.o winchip.o
obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o

# shared between i386 and x86_64
obj-y += therm_throt.o
File renamed without changes.

0 comments on commit 3bc258a

Please sign in to comment.