aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/admin-guide/kernel-parameters.rst1
-rw-r--r--Documentation/admin-guide/kernel-parameters.txt4
2 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst
index b2598cc9834c..7242cbda15dd 100644
--- a/Documentation/admin-guide/kernel-parameters.rst
+++ b/Documentation/admin-guide/kernel-parameters.rst
@@ -109,6 +109,7 @@ parameter is applicable::
109 IPV6 IPv6 support is enabled. 109 IPV6 IPv6 support is enabled.
110 ISAPNP ISA PnP code is enabled. 110 ISAPNP ISA PnP code is enabled.
111 ISDN Appropriate ISDN support is enabled. 111 ISDN Appropriate ISDN support is enabled.
112 ISOL CPU Isolation is enabled.
112 JOY Appropriate joystick support is enabled. 113 JOY Appropriate joystick support is enabled.
113 KGDB Kernel debugger support is enabled. 114 KGDB Kernel debugger support is enabled.
114 KVM Kernel Virtual Machine support is enabled. 115 KVM Kernel Virtual Machine support is enabled.
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 6571fbfdb2a1..168310707ec2 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -1737,7 +1737,7 @@
1737 isapnp= [ISAPNP] 1737 isapnp= [ISAPNP]
1738 Format: <RDP>,<reset>,<pci_scan>,<verbosity> 1738 Format: <RDP>,<reset>,<pci_scan>,<verbosity>
1739 1739
1740 isolcpus= [KNL,SMP] Isolate a given set of CPUs from disturbance. 1740 isolcpus= [KNL,SMP,ISOL] Isolate a given set of CPUs from disturbance.
1741 [Deprecated - use cpusets instead] 1741 [Deprecated - use cpusets instead]
1742 Format: [flag-list,]<cpu-list> 1742 Format: [flag-list,]<cpu-list>
1743 1743
@@ -2662,7 +2662,7 @@
2662 Valid arguments: on, off 2662 Valid arguments: on, off
2663 Default: on 2663 Default: on
2664 2664
2665 nohz_full= [KNL,BOOT] 2665 nohz_full= [KNL,BOOT,SMP,ISOL]
2666 The argument is a cpu list, as described above. 2666 The argument is a cpu list, as described above.
2667 In kernels built with CONFIG_NO_HZ_FULL=y, set 2667 In kernels built with CONFIG_NO_HZ_FULL=y, set
2668 the specified list of CPUs whose tick will be stopped 2668 the specified list of CPUs whose tick will be stopped