aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAlex Chiang <achiang@hp.com>2009-10-21 23:45:20 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-10-30 17:59:52 -0400
commit2ceb3fb0a78c671892b01319ac8e3baede33a78c (patch)
treedd0005f3643f549a108660852e22666ae48e718c /Documentation
parent468727ab1273a0f95562befa611a3ce39778599c (diff)
Documentation: ABI: document /sys/devices/system/cpu/
This interface has been around for a long time, but hasn't been officially documented. Document the top level sysfs directory for CPU attributes. Signed-off-by: Alex Chiang <achiang@hp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/sysfs-devices-system-cpu12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu
index 175bb4f70512..86126b187ae6 100644
--- a/Documentation/ABI/testing/sysfs-devices-system-cpu
+++ b/Documentation/ABI/testing/sysfs-devices-system-cpu
@@ -1,3 +1,15 @@
1What: /sys/devices/system/cpu/
2Date: pre-git history
3Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org>
4Description:
5 A collection of both global and individual CPU attributes
6
7 Individual CPU attributes are contained in subdirectories
8 named by the kernel's logical CPU number, e.g.:
9
10 /sys/devices/system/cpu/cpu#/
11
12
1What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X 13What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X
2Date: August 2008 14Date: August 2008
3KernelVersion: 2.6.27 15KernelVersion: 2.6.27