]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
17 files changed:
arch/i386/kernel/Makefile_32
arch/x86/kernel/cpu/Makefile [moved from arch/i386/kernel/cpu/Makefile with 100% similarity]
arch/x86/kernel/cpu/addon_cpuid_features.c [moved from arch/i386/kernel/cpu/addon_cpuid_features.c with 100% similarity]
arch/x86/kernel/cpu/amd.c [moved from arch/i386/kernel/cpu/amd.c with 100% similarity]
arch/x86/kernel/cpu/bugs.c [moved from arch/i386/kernel/cpu/bugs.c with 100% similarity]
arch/x86/kernel/cpu/centaur.c [moved from arch/i386/kernel/cpu/centaur.c with 100% similarity]
arch/x86/kernel/cpu/common.c [moved from arch/i386/kernel/cpu/common.c with 100% similarity]
arch/x86/kernel/cpu/cpu.h [moved from arch/i386/kernel/cpu/cpu.h with 100% similarity]
arch/x86/kernel/cpu/cyrix.c [moved from arch/i386/kernel/cpu/cyrix.c with 100% similarity]
arch/x86/kernel/cpu/intel.c [moved from arch/i386/kernel/cpu/intel.c with 100% similarity]
arch/x86/kernel/cpu/intel_cacheinfo.c [moved from arch/i386/kernel/cpu/intel_cacheinfo.c with 100% similarity]
arch/x86/kernel/cpu/nexgen.c [moved from arch/i386/kernel/cpu/nexgen.c with 100% similarity]
arch/x86/kernel/cpu/perfctr-watchdog.c [moved from arch/i386/kernel/cpu/perfctr-watchdog.c with 100% similarity]
arch/x86/kernel/cpu/proc.c [moved from arch/i386/kernel/cpu/proc.c with 100% similarity]
arch/x86/kernel/cpu/transmeta.c [moved from arch/i386/kernel/cpu/transmeta.c with 100% similarity]
arch/x86/kernel/cpu/umc.c [moved from arch/i386/kernel/cpu/umc.c with 100% similarity]
arch/x86_64/kernel/Makefile_64

index af8304b921de95176419378263efce3092e1ae4c..5096f486d389592378e1b6c2d2742c0e19c82393 100644 (file)
@@ -10,7 +10,7 @@ obj-y := process_32.o signal_32.o entry_32.o traps_32.o irq_32.o \
                quirks.o i8237.o topology.o alternative.o i8253_32.o tsc_32.o
 
 obj-$(CONFIG_STACKTRACE)       += stacktrace.o
-obj-y                          += cpu/
+obj-y                          += ../../x86/kernel/cpu/
 obj-y                          += ../../x86/kernel/acpi/
 obj-$(CONFIG_X86_BIOS_REBOOT)  += reboot_32.o
 obj-$(CONFIG_MCA)              += mca_32.o
index e748050910342de949f5eab25b488dc2ba22465c..690aebf37c374d46bfd0ebb0b3982a7cbe4d4da2 100644 (file)
@@ -53,11 +53,11 @@ bootflag-y                  += ../../i386/kernel/bootflag.o
 cpuid-$(subst m,y,$(CONFIG_X86_CPUID))  += ../../i386/kernel/cpuid.o
 topology-y                     += ../../i386/kernel/topology.o
 microcode-$(subst m,y,$(CONFIG_MICROCODE))  += ../../i386/kernel/microcode.o
-intel_cacheinfo-y              += ../../i386/kernel/cpu/intel_cacheinfo.o
-addon_cpuid_features-y         += ../../i386/kernel/cpu/addon_cpuid_features.o
+intel_cacheinfo-y              += ../../x86/kernel/cpu/intel_cacheinfo.o
+addon_cpuid_features-y         += ../../x86/kernel/cpu/addon_cpuid_features.o
 quirks-y                       += ../../i386/kernel/quirks.o
 i8237-y                                += ../../i386/kernel/i8237.o
 msr-$(subst m,y,$(CONFIG_X86_MSR))  += ../../i386/kernel/msr.o
 alternative-y                  += ../../i386/kernel/alternative.o
 pcspeaker-y                    += ../../i386/kernel/pcspeaker.o
-perfctr-watchdog-y             += ../../i386/kernel/cpu/perfctr-watchdog.o
+perfctr-watchdog-y             += ../../x86/kernel/cpu/perfctr-watchdog.o