Skip to content

Commit d94d105

Browse files
Frederic WeisbeckerIngo Molnar
authored andcommitted
sched/isolation: Document boot parameters dependency on CONFIG_CPU_ISOLATION=y
The "isolcpus=" and "nohz_full=" boot parameters depend on CPU Isolation support. Let's document that. Signed-off-by: Frederic Weisbecker <frederic@kernel.org> Cc: Chris Metcalf <cmetcalf@mellanox.com> Cc: Christoph Lameter <cl@linux.com> Cc: John Stultz <john.stultz@linaro.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Luiz Capitulino <lcapitulino@redhat.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Rik van Riel <riel@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Wanpeng Li <kernellwp@gmail.com> Cc: kernel test robot <xiaolong.ye@intel.com> Link: http://lkml.kernel.org/r/1513275507-29200-4-git-send-email-frederic@kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 2c43838 commit d94d105

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Documentation/admin-guide/kernel-parameters.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ parameter is applicable::
109109
IPV6 IPv6 support is enabled.
110110
ISAPNP ISA PnP code is enabled.
111111
ISDN Appropriate ISDN support is enabled.
112+
ISOL CPU Isolation is enabled.
112113
JOY Appropriate joystick support is enabled.
113114
KGDB Kernel debugger support is enabled.
114115
KVM Kernel Virtual Machine support is enabled.

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@
17371737
isapnp= [ISAPNP]
17381738
Format: <RDP>,<reset>,<pci_scan>,<verbosity>
17391739

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.
17411741
[Deprecated - use cpusets instead]
17421742
Format: [flag-list,]<cpu-list>
17431743

@@ -2662,7 +2662,7 @@
26622662
Valid arguments: on, off
26632663
Default: on
26642664

2665-
nohz_full= [KNL,BOOT]
2665+
nohz_full= [KNL,BOOT,SMP,ISOL]
26662666
The argument is a cpu list, as described above.
26672667
In kernels built with CONFIG_NO_HZ_FULL=y, set
26682668
the specified list of CPUs whose tick will be stopped

0 commit comments

Comments
 (0)