i386: move kernel/cpu/cpufreq
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:27 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:27 +0000 (11:16 +0200)
commitee580dc91efd83e6b55955e7261e8ad2a0e08d1a
treea6f0884e77913df35ae4219fa66fa0c95359c5cf
parentc18db0d7e299791c73d4dbe5ae7905b2ab8ba332
i386: move kernel/cpu/cpufreq

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
25 files changed:
arch/i386/Kconfig
arch/i386/kernel/cpu/Makefile
arch/x86/kernel/cpu/cpufreq/Kconfig [moved from arch/i386/kernel/cpu/cpufreq/Kconfig with 100% similarity]
arch/x86/kernel/cpu/cpufreq/Makefile [moved from arch/i386/kernel/cpu/cpufreq/Makefile with 100% similarity]
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c [moved from arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c [moved from arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/e_powersaver.c [moved from arch/i386/kernel/cpu/cpufreq/e_powersaver.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/elanfreq.c [moved from arch/i386/kernel/cpu/cpufreq/elanfreq.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/gx-suspmod.c [moved from arch/i386/kernel/cpu/cpufreq/gx-suspmod.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/longhaul.c [moved from arch/i386/kernel/cpu/cpufreq/longhaul.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/longhaul.h [moved from arch/i386/kernel/cpu/cpufreq/longhaul.h with 100% similarity]
arch/x86/kernel/cpu/cpufreq/longrun.c [moved from arch/i386/kernel/cpu/cpufreq/longrun.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c [moved from arch/i386/kernel/cpu/cpufreq/p4-clockmod.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/powernow-k6.c [moved from arch/i386/kernel/cpu/cpufreq/powernow-k6.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/powernow-k7.c [moved from arch/i386/kernel/cpu/cpufreq/powernow-k7.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/powernow-k7.h [moved from arch/i386/kernel/cpu/cpufreq/powernow-k7.h with 100% similarity]
arch/x86/kernel/cpu/cpufreq/powernow-k8.c [moved from arch/i386/kernel/cpu/cpufreq/powernow-k8.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/powernow-k8.h [moved from arch/i386/kernel/cpu/cpufreq/powernow-k8.h with 100% similarity]
arch/x86/kernel/cpu/cpufreq/sc520_freq.c [moved from arch/i386/kernel/cpu/cpufreq/sc520_freq.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c [moved from arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/speedstep-ich.c [moved from arch/i386/kernel/cpu/cpufreq/speedstep-ich.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/speedstep-lib.c [moved from arch/i386/kernel/cpu/cpufreq/speedstep-lib.c with 100% similarity]
arch/x86/kernel/cpu/cpufreq/speedstep-lib.h [moved from arch/i386/kernel/cpu/cpufreq/speedstep-lib.h with 100% similarity]
arch/x86/kernel/cpu/cpufreq/speedstep-smi.c [moved from arch/i386/kernel/cpu/cpufreq/speedstep-smi.c with 100% similarity]
arch/x86_64/kernel/Makefile_64