]> git.baikalelectronics.ru Git - kernel.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)
commita365c811f982a9912160b1896f6dfe959abb51fe
tree0d678bb97475c3ce9a98458a662ddc6d2f0da640
parent6db6a865a5a434ae0ea51ba74a3f6d27f79ba078
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 [new file with mode: 0644]
arch/x86/kernel/cpu/mcheck/mce_amd_64.c [new file with mode: 0644]
arch/x86/kernel/cpu/mcheck/mce_intel_64.c [new file with mode: 0644]
arch/x86/kernel/mce_64.c [deleted file]
arch/x86/kernel/mce_amd_64.c [deleted file]
arch/x86/kernel/mce_intel_64.c [deleted file]