diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-09-29 08:47:49 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-12-04 12:27:30 -0800 |
commit | 699d40352059e64a4d993af170272585c41988d0 (patch) | |
tree | fe594cf852d0d162e8239f643bd79e6e3927644f /kernel/rcu | |
parent | 8ba9153b2c3ab733d64e22adb57820ccb6afc496 (diff) | |
download | linux-stable-699d40352059e64a4d993af170272585c41988d0.tar.gz linux-stable-699d40352059e64a4d993af170272585c41988d0.tar.bz2 linux-stable-699d40352059e64a4d993af170272585c41988d0.zip |
rcu: Fix obsolete rcu_bootup_announce_oddness() comment
This function no longer has #ifdefs, so this commit removes the
header comment calling them out.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcu')
-rw-r--r-- | kernel/rcu/tree_plugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index ae4ce2b665f8..42df93721e6f 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h @@ -63,8 +63,7 @@ static bool __read_mostly rcu_nocb_poll; /* Offload kthread are to poll. */ /* * Check the RCU kernel configuration parameters and print informative - * messages about anything out of the ordinary. If you like #ifdef, you - * will love this function. + * messages about anything out of the ordinary. */ static void __init rcu_bootup_announce_oddness(void) { |