hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/core-api/cpu_hotplug.rst
....@@ -30,13 +30,13 @@
3030 Command Line Switches
3131 =====================
3232 ``maxcpus=n``
33
- Restrict boot time CPUs to *n*. Say if you have fourV CPUs, using
33
+ Restrict boot time CPUs to *n*. Say if you have four CPUs, using
3434 ``maxcpus=2`` will only boot two. You can choose to bring the
3535 other CPUs later online.
3636
3737 ``nr_cpus=n``
38
- Restrict the total amount CPUs the kernel will support. If the number
39
- supplied here is lower than the number of physically available CPUs than
38
+ Restrict the total amount of CPUs the kernel will support. If the number
39
+ supplied here is lower than the number of physically available CPUs, then
4040 those CPUs can not be brought online later.
4141
4242 ``additional_cpus=n``
....@@ -49,13 +49,6 @@
4949 This option sets ``possible_cpus`` bits in ``cpu_possible_mask``.
5050
5151 This option is limited to the X86 and S390 architecture.
52
-
53
-``cede_offline={"off","on"}``
54
- Use this option to disable/enable putting offlined processors to an extended
55
- ``H_CEDE`` state on supported pseries platforms. If nothing is specified,
56
- ``cede_offline`` is set to "on".
57
-
58
- This option is limited to the PowerPC architecture.
5952
6053 ``cpu0_hotplug``
6154 Allow to shutdown CPU0.