mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 15:26:39 +07:00
x86: prepare consolidation of cpu/ related code usage
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>
This commit is contained in:
parent
34d19e29c9
commit
3bc258ad87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user