aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2005-01-14 06:24:29 -0500
committerDave Jones <davej@delerium.kernelslacker.org>2005-01-14 06:24:29 -0500
commita93e105a334c551338fa52386c52a1afc4018c44 (patch)
treedcc4102f07cbf89a971106ce19be862d6970e41e /Documentation
parentba420e2869fdcf4b917bb4d53a39ad67b84223e3 (diff)
downloadhistory-a93e105a334c551338fa52386c52a1afc4018c44.tar.gz
[CPUFREQ] Remove reference to obsolete cpufreq bits.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 19081953132468..2da4a39e5a3160 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -15,20 +15,3 @@ Why: It has been unmaintained for a number of years, has unfixable
against the LSB, and can be replaced by using udev.
Who: Greg Kroah-Hartman <greg@kroah.com>
----------------------------
-
-What: /proc/sys/cpu/*, sysctl and /proc/cpufreq interfaces to cpufreq (2.4.x interfaces)
-When: January 2005
-Files: drivers/cpufreq/: cpufreq_userspace.c, proc_intf.c
-Why: /proc/sys/cpu/* has been deprecated since inclusion of cpufreq into
- the main kernel tree. It bloats /proc/ unnecessarily and doesn't work
- well with the "governor"-based design of cpufreq.
- /proc/cpufreq/* has also been deprecated for a long time and was only
- meant for usage during 2.5. until the new sysfs-based interface became
- ready. It has an inconsistent interface which doesn't work well with
- userspace setting the frequency. The output from /proc/cpufreq/* can
- be emulated using "cpufreq-info --proc" (cpufrequtils).
- Both interfaces are superseded by the cpufreq interface in
- /sys/devices/system/cpu/cpu%n/cpufreq/.
-Who: Dominik Brodowski <linux@brodo.de>
-