]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
i386: move kernel/cpu
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:58 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:58 +0000 (11:16 +0200)
commitf7627e2513987bb5d4e8cb13c4e0a478352141ac
tree46ef70a107285c1dfe8161a57f433d30252d285a
parent4ac24f63fd203bc12a841a88a2034dccd358d0d1
i386: move kernel/cpu

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
32 files changed:
arch/i386/kernel/Makefile_32
arch/i386/kernel/cpu/Makefile [deleted file]
arch/i386/kernel/cpu/addon_cpuid_features.c [deleted file]
arch/i386/kernel/cpu/amd.c [deleted file]
arch/i386/kernel/cpu/bugs.c [deleted file]
arch/i386/kernel/cpu/centaur.c [deleted file]
arch/i386/kernel/cpu/common.c [deleted file]
arch/i386/kernel/cpu/cpu.h [deleted file]
arch/i386/kernel/cpu/cyrix.c [deleted file]
arch/i386/kernel/cpu/intel.c [deleted file]
arch/i386/kernel/cpu/intel_cacheinfo.c [deleted file]
arch/i386/kernel/cpu/nexgen.c [deleted file]
arch/i386/kernel/cpu/perfctr-watchdog.c [deleted file]
arch/i386/kernel/cpu/proc.c [deleted file]
arch/i386/kernel/cpu/transmeta.c [deleted file]
arch/i386/kernel/cpu/umc.c [deleted file]
arch/x86/kernel/cpu/Makefile [new file with mode: 0644]
arch/x86/kernel/cpu/addon_cpuid_features.c [new file with mode: 0644]
arch/x86/kernel/cpu/amd.c [new file with mode: 0644]
arch/x86/kernel/cpu/bugs.c [new file with mode: 0644]
arch/x86/kernel/cpu/centaur.c [new file with mode: 0644]
arch/x86/kernel/cpu/common.c [new file with mode: 0644]
arch/x86/kernel/cpu/cpu.h [new file with mode: 0644]
arch/x86/kernel/cpu/cyrix.c [new file with mode: 0644]
arch/x86/kernel/cpu/intel.c [new file with mode: 0644]
arch/x86/kernel/cpu/intel_cacheinfo.c [new file with mode: 0644]
arch/x86/kernel/cpu/nexgen.c [new file with mode: 0644]
arch/x86/kernel/cpu/perfctr-watchdog.c [new file with mode: 0644]
arch/x86/kernel/cpu/proc.c [new file with mode: 0644]
arch/x86/kernel/cpu/transmeta.c [new file with mode: 0644]
arch/x86/kernel/cpu/umc.c [new file with mode: 0644]
arch/x86_64/kernel/Makefile_64