diff options
Diffstat (limited to 'Documentation/cpu-hotplug.txt')
-rw-r--r-- | Documentation/cpu-hotplug.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/cpu-hotplug.txt b/Documentation/cpu-hotplug.txt index 4d3355da0e26..e71bc6cbbc5e 100644 --- a/Documentation/cpu-hotplug.txt +++ b/Documentation/cpu-hotplug.txt | |||
@@ -58,6 +58,12 @@ mark such hot-pluggable cpus as disabled entries, one could use this | |||
58 | parameter "additional_cpus=x" to represent those cpus in the cpu_possible_map. | 58 | parameter "additional_cpus=x" to represent those cpus in the cpu_possible_map. |
59 | 59 | ||
60 | 60 | ||
61 | possible_cpus=n [s390 only] use this to set hotpluggable cpus. | ||
62 | This option sets possible_cpus bits in | ||
63 | cpu_possible_map. Thus keeping the numbers of bits set | ||
64 | constant even if the machine gets rebooted. | ||
65 | This option overrides additional_cpus. | ||
66 | |||
61 | CPU maps and such | 67 | CPU maps and such |
62 | ----------------- | 68 | ----------------- |
63 | [More on cpumaps and primitive to manipulate, please check | 69 | [More on cpumaps and primitive to manipulate, please check |