aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcu/tree_plugin.h')
-rw-r--r--kernel/rcu/tree_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
index 545e4ac9422a..50ca000ad9f2 100644
--- a/kernel/rcu/tree_plugin.h
+++ b/kernel/rcu/tree_plugin.h
@@ -1700,7 +1700,7 @@ static void rcu_prepare_for_idle(void)
1700 needwake = rcu_accelerate_cbs(rsp, rnp, rdp); 1700 needwake = rcu_accelerate_cbs(rsp, rnp, rdp);
1701 raw_spin_unlock_rcu_node(rnp); /* irqs remain disabled. */ 1701 raw_spin_unlock_rcu_node(rnp); /* irqs remain disabled. */
1702 if (needwake) 1702 if (needwake)
1703 rcu_gp_kthread_wake(rsp); 1703 rcu_gp_kthread_wake();
1704 } 1704 }
1705} 1705}
1706 1706
@@ -2147,7 +2147,7 @@ static void rcu_nocb_wait_gp(struct rcu_data *rdp)
2147 needwake = rcu_start_this_gp(rnp, rdp, c); 2147 needwake = rcu_start_this_gp(rnp, rdp, c);
2148 raw_spin_unlock_irqrestore_rcu_node(rnp, flags); 2148 raw_spin_unlock_irqrestore_rcu_node(rnp, flags);
2149 if (needwake) 2149 if (needwake)
2150 rcu_gp_kthread_wake(rdp->rsp); 2150 rcu_gp_kthread_wake();
2151 } 2151 }
2152 2152
2153 /* 2153 /*