aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutree.c')
-rw-r--r--kernel/rcutree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c
index 69b6cdd4f944..8afb2e89745b 100644
--- a/kernel/rcutree.c
+++ b/kernel/rcutree.c
@@ -1320,7 +1320,7 @@ static void __rcu_offline_cpu(int cpu, struct rcu_state *rsp)
1320 else 1320 else
1321 raw_spin_unlock_irqrestore(&rnp->lock, flags); 1321 raw_spin_unlock_irqrestore(&rnp->lock, flags);
1322 if (need_report & RCU_OFL_TASKS_EXP_GP) 1322 if (need_report & RCU_OFL_TASKS_EXP_GP)
1323 rcu_report_exp_rnp(rsp, rnp); 1323 rcu_report_exp_rnp(rsp, rnp, true);
1324 rcu_node_kthread_setaffinity(rnp, -1); 1324 rcu_node_kthread_setaffinity(rnp, -1);
1325} 1325}
1326 1326