aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-devices-system-cpu
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/ABI/testing/sysfs-devices-system-cpu')
-rw-r--r--Documentation/ABI/testing/sysfs-devices-system-cpu28
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu
index 86126b187ae..871acdbeed1 100644
--- a/Documentation/ABI/testing/sysfs-devices-system-cpu
+++ b/Documentation/ABI/testing/sysfs-devices-system-cpu
@@ -10,6 +10,34 @@ Description:
10 /sys/devices/system/cpu/cpu#/ 10 /sys/devices/system/cpu/cpu#/
11 11
12 12
13What: /sys/devices/system/cpu/kernel_max
14 /sys/devices/system/cpu/offline
15 /sys/devices/system/cpu/online
16 /sys/devices/system/cpu/possible
17 /sys/devices/system/cpu/present
18Date: December 2008
19Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org>
20Description: CPU topology files that describe kernel limits related to
21 hotplug. Briefly:
22
23 kernel_max: the maximum cpu index allowed by the kernel
24 configuration.
25
26 offline: cpus that are not online because they have been
27 HOTPLUGGED off or exceed the limit of cpus allowed by the
28 kernel configuration (kernel_max above).
29
30 online: cpus that are online and being scheduled.
31
32 possible: cpus that have been allocated resources and can be
33 brought online if they are present.
34
35 present: cpus that have been identified as being present in
36 the system.
37
38 See Documentation/cputopology.txt for more information.
39
40
13What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X 41What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X
14Date: August 2008 42Date: August 2008
15KernelVersion: 2.6.27 43KernelVersion: 2.6.27