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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
index 18175ca19f34..566828ecaecb 100644
--- a/kernel/rcu/tree_plugin.h
+++ b/kernel/rcu/tree_plugin.h
@@ -566,7 +566,7 @@ rcu_preempt_deferred_qs_irqrestore(struct task_struct *t, unsigned long flags)
566 rnp->grplo, 566 rnp->grplo,
567 rnp->grphi, 567 rnp->grphi,
568 !!rnp->gp_tasks); 568 !!rnp->gp_tasks);
569 rcu_report_unblock_qs_rnp(&rcu_state, rnp, flags); 569 rcu_report_unblock_qs_rnp(rnp, flags);
570 } else { 570 } else {
571 raw_spin_unlock_irqrestore_rcu_node(rnp, flags); 571 raw_spin_unlock_irqrestore_rcu_node(rnp, flags);
572 } 572 }