diff options
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-system-cpu | 28 |
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 86126b187ae6..871acdbeed1a 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 | ||
13 | What: /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 | ||
18 | Date: December 2008 | ||
19 | Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org> | ||
20 | Description: 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 | |||
13 | What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X | 41 | What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X |
14 | Date: August 2008 | 42 | Date: August 2008 |
15 | KernelVersion: 2.6.27 | 43 | KernelVersion: 2.6.27 |