diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-06-30 19:56:31 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-07-23 01:27:35 +0300 |
commit | eb6d5b0a5c64192ec13914caef1b87a9aa520d66 (patch) | |
tree | 9c1c725bb746951f8dee4858a6ab55204462b1a6 /lib/Kconfig.debug | |
parent | a76a9a485d730024a7cbd76efcd9c6eb46003829 (diff) | |
download | linux-eb6d5b0a5c64192ec13914caef1b87a9aa520d66.tar.xz |
rcu: Clarify CONFIG_RCU_EQS_DEBUG help text
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e2894b23efb6..26da2caa7d15 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1379,7 +1379,7 @@ config RCU_TRACE Say N if you are unsure. config RCU_EQS_DEBUG - bool "Use this when adding any sort of NO_HZ support to your arch" + bool "Provide debugging asserts for adding NO_HZ support to an arch" depends on DEBUG_KERNEL help This option provides consistency checks in RCU's handling of |