projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ba9153
)
rcu: Fix obsolete rcu_bootup_announce_oddness() comment
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 29 Sep 2015 15:47:49 +0000
(08:47 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Fri, 4 Dec 2015 20:27:30 +0000
(12:27 -0800)
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>
kernel/rcu/tree_plugin.h
patch
|
blob
|
history
diff --git
a/kernel/rcu/tree_plugin.h
b/kernel/rcu/tree_plugin.h
index ae4ce2b665f80bfa44f75bf673713b59323c664e..42df93721e6f41a1dd298082a5f7ca422bf0bfd1 100644
(file)
--- 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)
{