diff options
author | Barry Song <song.bao.hua@hisilicon.com> | 2020-09-04 22:19:02 +1200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-09 11:42:09 -0600 |
commit | 319f5fa089f24085083e35a68ae0264956fb657a (patch) | |
tree | f922eade1781fc85e0115a9f47f80cc20d81f7b9 /Documentation | |
parent | 2e915ea0bfda467d7ddf5579dafc95360f79479c (diff) | |
download | linux-319f5fa089f24085083e35a68ae0264956fb657a.tar.bz2 |
Documentation: core-api/cpu_hotplug: fix a typo
fourV CPUs should be four CPUs.
Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
Link: https://lore.kernel.org/r/20200904101902.29560-1-song.bao.hua@hisilicon.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/core-api/cpu_hotplug.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/cpu_hotplug.rst b/Documentation/core-api/cpu_hotplug.rst index 298c9c8bea9a..a2c96bec5ee8 100644 --- a/Documentation/core-api/cpu_hotplug.rst +++ b/Documentation/core-api/cpu_hotplug.rst @@ -30,7 +30,7 @@ which didn't support these methods. Command Line Switches ===================== ``maxcpus=n`` - Restrict boot time CPUs to *n*. Say if you have fourV CPUs, using + Restrict boot time CPUs to *n*. Say if you have four CPUs, using ``maxcpus=2`` will only boot two. You can choose to bring the other CPUs later online. |