projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e915ea
)
Documentation: core-api/cpu_hotplug: fix a typo
author
Barry Song
<song.bao.hua@hisilicon.com>
Fri, 4 Sep 2020 10:19:02 +0000
(22:19 +1200)
committer
Jonathan Corbet
<corbet@lwn.net>
Wed, 9 Sep 2020 17:42:09 +0000
(11:42 -0600)
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>
Documentation/core-api/cpu_hotplug.rst
patch
|
blob
|
history
diff --git
a/Documentation/core-api/cpu_hotplug.rst
b/Documentation/core-api/cpu_hotplug.rst
index
298c9c8
..
a2c96be
100644
(file)
--- 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 four
V
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.