]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: consolidate the cpu/ related code usage
authorThomas Gleixner <tglx@linutronix.de>
Tue, 23 Oct 2007 20:37:23 +0000 (22:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 23 Oct 2007 20:37:23 +0000 (22:37 +0200)
commit01e11182e73eb36af1cc7f3b023d25aa62fd3a8d
tree0d678bb97475c3ce9a98458a662ddc6d2f0da640
parent3bc258ad87e5b0bbbca247b24ce8fac380c7d86b
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>
arch/x86/kernel/Makefile_64
arch/x86/kernel/cpu/mcheck/Makefile
arch/x86/kernel/cpu/mcheck/mce_64.c [moved from arch/x86/kernel/mce_64.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/mce_amd_64.c [moved from arch/x86/kernel/mce_amd_64.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/mce_intel_64.c [moved from arch/x86/kernel/mce_intel_64.c with 100% similarity]