diff mbox series

[SRU,Xenial,1/4] UBUNTU: SAUCE: cpu/hotplug: Fix Documentation/kernel-parameters.txt

Message ID 20190401132907.24823-2-juergh@canonical.com
State New
Headers show
Series Xenial: Sync to upstream v4.9 (LP: #1820872) | expand

Commit Message

Juerg Haefliger April 1, 2019, 1:29 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1820872

Add 'nosmt' which was omitted in the original backport.

Fixes: df8ddbcb30b2 ("cpu/hotplug: Provide knobs to control SMT")
Signed-off-by: Juerg Haefliger <juergh@canonical.com>
---
 Documentation/kernel-parameters.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index e4ed78be15f8..14bd3bcf0707 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2544,7 +2544,7 @@  bytes respectively. Such letter suffixes can also be entirely omitted.
 
 	nohugeiomap	[KNL,x86] Disable kernel huge I/O mappings.
 
-			[KNL,x86] Disable symmetric multithreading (SMT).
+	nosmt		[KNL,x86] Disable symmetric multithreading (SMT).
 			nosmt=force: Force disable SMT, cannot be undone
 				     via the sysfs control file.