aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
diff options
context:
space:
mode:
authorLiu Ping Fan <kernelfans@gmail.com>2014-02-24 09:18:09 -0500
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-04-29 11:43:19 -0400
commit24342c963a7fc04ec8f199778427943509f0bd5e (patch)
tree366c1214f288fd861f81e0ffd0844ea10181f5a8 /kernel/rcu/tree_plugin.h
parent91dc95427a0d30ac2c58d6e943c7f40a3f25d908 (diff)
rcu: Fix incorrect notes for code
Signed-off-by: Liu Ping Fan <kernelfans@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'kernel/rcu/tree_plugin.h')
-rw-r--r--kernel/rcu/tree_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
index 962d1d589929..f9c9057239a9 100644
--- a/kernel/rcu/tree_plugin.h
+++ b/kernel/rcu/tree_plugin.h
@@ -2109,7 +2109,7 @@ static void rcu_init_one_nocb(struct rcu_node *rnp)
2109} 2109}
2110 2110
2111#ifndef CONFIG_RCU_NOCB_CPU_ALL 2111#ifndef CONFIG_RCU_NOCB_CPU_ALL
2112/* Is the specified CPU a no-CPUs CPU? */ 2112/* Is the specified CPU a no-CBs CPU? */
2113bool rcu_is_nocb_cpu(int cpu) 2113bool rcu_is_nocb_cpu(int cpu)
2114{ 2114{
2115 if (have_rcu_nocb_mask) 2115 if (have_rcu_nocb_mask)