i386: move kernel/cpu/mcheck
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:25 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:25 +0000 (11:16 +0200)
commitc18db0d7e299791c73d4dbe5ae7905b2ab8ba332
tree373a8c9ff189ae9a2e2c4fadd7528164b2e3c285
parent23d6f82bd1f07886b3a974c5193baa715475dd37
i386: move kernel/cpu/mcheck

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
12 files changed:
arch/i386/kernel/cpu/Makefile
arch/x86/kernel/cpu/mcheck/Makefile [moved from arch/i386/kernel/cpu/mcheck/Makefile with 100% similarity]
arch/x86/kernel/cpu/mcheck/k7.c [moved from arch/i386/kernel/cpu/mcheck/k7.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/mce.c [moved from arch/i386/kernel/cpu/mcheck/mce.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/mce.h [moved from arch/i386/kernel/cpu/mcheck/mce.h with 100% similarity]
arch/x86/kernel/cpu/mcheck/non-fatal.c [moved from arch/i386/kernel/cpu/mcheck/non-fatal.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/p4.c [moved from arch/i386/kernel/cpu/mcheck/p4.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/p5.c [moved from arch/i386/kernel/cpu/mcheck/p5.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/p6.c [moved from arch/i386/kernel/cpu/mcheck/p6.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/therm_throt.c [moved from arch/i386/kernel/cpu/mcheck/therm_throt.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/winchip.c [moved from arch/i386/kernel/cpu/mcheck/winchip.c with 100% similarity]
arch/x86_64/kernel/Makefile_64