]> git.neil.brown.name Git - history.git/commit
[PATCH] cpufreq: cleanups
authorDominik Brodowski <linux@brodo.de>
Fri, 22 Nov 2002 03:06:16 +0000 (19:06 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Fri, 22 Nov 2002 03:06:16 +0000 (19:06 -0800)
commit0c7eef6a3c19cb2d31dc4c1d468e5f429aff0aed
tree35bf5670f0c0fac17ade365ad788ef801d93f81f
parent645e448cd42b611ad1ed24a38efff6c667a4a658
[PATCH] cpufreq: cleanups

This changes the return type of the verify and setpolicy functions from
void to int.  While doing this, I've changed the values for minimum and
maximum supported frequency to be per CPU, as UltraSPARC needs this.

Additionally, small cleanups in various drivers.
14 files changed:
Documentation/cpufreq
arch/arm/mach-integrator/cpu.c
arch/arm/mach-sa1100/cpu-sa1100.c
arch/arm/mach-sa1100/cpu-sa1110.c
arch/arm/mach-sa1100/generic.c
arch/i386/kernel/cpu/cpufreq/elanfreq.c
arch/i386/kernel/cpu/cpufreq/longhaul.c
arch/i386/kernel/cpu/cpufreq/longrun.c
arch/i386/kernel/cpu/cpufreq/p4-clockmod.c
arch/i386/kernel/cpu/cpufreq/powernow-k6.c
arch/i386/kernel/cpu/cpufreq/speedstep.c
drivers/acpi/processor.c
include/linux/cpufreq.h
kernel/cpufreq.c