documentation: Fix relation between nohz_full and rcu_nocbs
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 2 Jun 2017 18:26:43 +0000 (11:26 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 24 Jul 2017 23:00:15 +0000 (16:00 -0700)
commitf99bcb2cdb5843548a2b0b78157cb7a0b4c7ccac
tree5ac6ecbfcf517eca466a3c57fe1654ae9180c5ee
parent520eccdfe187591a51ea9ab4c1a024ae4d0f68d9
documentation: Fix relation between nohz_full and rcu_nocbs

If a CPU is specified in the nohz_full= kernel boot parameter to a
kernel built with CONFIG_NO_HZ_FULL=y, then that CPU's callbacks will
be offloaded, just as if that CPU had also been specified in the
rcu_nocbs= kernel boot parameter.  But the current documentation
states that the user must keep these two boot parameters manually
synchronized.  This commit therefore updates the documentation to
reflect reality.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/admin-guide/kernel-parameters.txt