29 Jan 2009 16:10
[PATCH] ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc entries
Thomas Renninger <trenn <at> suse.de>
2009-01-29 15:10:20 GMT
2009-01-29 15:10:20 GMT
They were long enough set deprecated... Update Documentation/cpu-freq/users-guide.txt: The deprecated files listed there seen not to exist for some time anymore already. Signed-off-by: Thomas Renninger <trenn <at> suse.de> CC: Len Brown <lenb <at> kernel.org> CC: Linux ACPI list <linux-acpi <at> vger.kernel.org> --- Documentation/cpu-freq/user-guide.txt | 16 ----- arch/x86/kernel/cpu/cpufreq/Kconfig | 11 ---- drivers/acpi/processor_perflib.c | 105 --------------------------------- 3 files changed, 0 insertions(+), 132 deletions(-) diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt index 57f23cb..75f4119 100644 --- a/Documentation/cpu-freq/user-guide.txt +++ b/Documentation/cpu-freq/user-guide.txt <at> <at> -207,19 +207,3 <at> <at> scaling_setspeed. By "echoing" a new frequency into this you can change the speed of the CPU, but only within the limits of scaling_min_freq and scaling_max_freq. - - -3.2 Deprecated Interfaces -------------------------- - -Depending on your kernel configuration, you might find the following -cpufreq-related files:(Continue reading)
RSS Feed