diff options
| author | Randy Dunlap <rddunlap@osdl.org> | 2005-01-06 23:29:10 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2005-01-06 23:29:10 -0800 |
| commit | 960940e00f79a7672c92d32ac47198f0bb825a9a (patch) | |
| tree | a8b649ba086316844015e2a6496f0c5360614d28 | |
| parent | a37f54497af4a8702c82f627a13ad82139dea051 (diff) | |
[PATCH] add cpufreq info to Documentation/feature-removal-schedule.txt
Add 2.4.x cpufreq /proc and sysctl interface removal
to the feature-removal-schedule.
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
| -rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 2da4a39e5a31..eb555b0bc844 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -15,3 +15,12 @@ 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 and the sysctl interface to cpufreq (2.4.x interfaces) +When: January 2005 +Files: drivers/cpufreq/: cpufreq_userspace.c, proc_intf.c + function calls throughout the kernel tree +Why: Deprecated, has been replaced/superseded by (what?).... +Who: Dominik Brodowski <linux@brodo.de> + |
