aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/rcu/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index fbacc486ed4c..c7b1e6b2a3da 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -1765,7 +1765,7 @@ out:
1765 */ 1765 */
1766static bool rcu_future_gp_cleanup(struct rcu_state *rsp, struct rcu_node *rnp) 1766static bool rcu_future_gp_cleanup(struct rcu_state *rsp, struct rcu_node *rnp)
1767{ 1767{
1768 int c = rnp->completed; 1768 unsigned long c = rnp->completed;
1769 bool needmore; 1769 bool needmore;
1770 struct rcu_data *rdp = this_cpu_ptr(rsp->rda); 1770 struct rcu_data *rdp = this_cpu_ptr(rsp->rda);
1771 1771