summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
diff options
context:
space:
mode:
authorPaul E. McKenney2015-09-29 17:47:49 +0200
committerPaul E. McKenney2015-12-04 21:27:30 +0100
commit699d40352059e64a4d993af170272585c41988d0 (patch)
treefe594cf852d0d162e8239f643bd79e6e3927644f /kernel/rcu
parentrcu: Remove lock-acquisition loop from rcu_read_unlock_special() (diff)
downloadkernel-qcow2-linux-699d40352059e64a4d993af170272585c41988d0.tar.gz
kernel-qcow2-linux-699d40352059e64a4d993af170272585c41988d0.tar.xz
kernel-qcow2-linux-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.h3
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)
{