aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorAlex Chiang <achiang@hp.com>2009-10-21 23:45:41 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-10-30 17:59:52 -0400
commitc1fb5c475126b77b47ba762f5b48535cd0420d24 (patch)
treee73ba2d723e319f1a1f26cc0902627df7b98da4f /Documentation/ABI
parente6dcfa7c61c4d31797a12d738bfe0bdec0ca2be1 (diff)
Documentation: ABI: /sys/devices/system/cpu/cpuidle/
Document cpuidle sysfs attributes by reading code, Documentation/cpuidle/, and git logs. Cc: Venki Pallipadi <venkatesh.pallipadi@intel.com> Cc: Len Brown <lenb@kernel.org> Signed-off-by: Alex Chiang <achiang@hp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/testing/sysfs-devices-system-cpu20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu
index 8cdda1c56980..968d8bad3835 100644
--- a/Documentation/ABI/testing/sysfs-devices-system-cpu
+++ b/Documentation/ABI/testing/sysfs-devices-system-cpu
@@ -101,6 +101,26 @@ Description: CPU topology files that describe a logical CPU's relationship
101 See Documentation/cputopology.txt for more information. 101 See Documentation/cputopology.txt for more information.
102 102
103 103
104What: /sys/devices/system/cpu/cpuidle/current_driver
105 /sys/devices/system/cpu/cpuidle/current_governer_ro
106Date: September 2007
107Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org>
108Description: Discover cpuidle policy and mechanism
109
110 Various CPUs today support multiple idle levels that are
111 differentiated by varying exit latencies and power
112 consumption during idle.
113
114 Idle policy (governor) is differentiated from idle mechanism
115 (driver)
116
117 current_driver: displays current idle mechanism
118
119 current_governor_ro: displays current idle policy
120
121 See files in Documentation/cpuidle/ for more information.
122
123
104What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X 124What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X
105Date: August 2008 125Date: August 2008
106KernelVersion: 2.6.27 126KernelVersion: 2.6.27