diff options
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-system-cpu | 20 |
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 8cdda1c5698..968d8bad383 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 | ||
104 | What: /sys/devices/system/cpu/cpuidle/current_driver | ||
105 | /sys/devices/system/cpu/cpuidle/current_governer_ro | ||
106 | Date: September 2007 | ||
107 | Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org> | ||
108 | Description: 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 | |||
104 | What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X | 124 | What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X |
105 | Date: August 2008 | 125 | Date: August 2008 |
106 | KernelVersion: 2.6.27 | 126 | KernelVersion: 2.6.27 |