commit | 01e11182e73eb36af1cc7f3b023d25aa62fd3a8d | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 23 22:37:23 2007 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 23 22:37:23 2007 +0200 |
tree | 0d678bb97475c3ce9a98458a662ddc6d2f0da640 | |
parent | 3bc258ad87e5b0bbbca247b24ce8fac380c7d86b [diff] |
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>