-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: consolidate the cpu/ related code usage
The x86_64 arch/x86/kernel/Makefile uses references into arch/x86/kernel/cpu/... to use code from there. Unifiy it with the nicely structured i386 way and reuse the existing subdirectory make rules. Also move the machine check related source into ...kernel/cpu/mcheck, where the other machine check related code is. No code change. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
- Loading branch information
Thomas Gleixner
committed
Oct 23, 2007
1 parent
3bc258a
commit 01e1118
Showing
5 changed files
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
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_INTEL) += mce_intel_64.o | ||
obj-$(CONFIG_X86_MCE_AMD) += mce_amd_64.o | ||
obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.