summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcu/tree.c')
-rw-r--r--kernel/rcu/tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index e338a12c3a1b..a1df68fce545 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -2749,8 +2749,6 @@ static void force_qs_rnp(struct rcu_state *rsp,
2749 bit = 1; 2749 bit = 1;
2750 for (; cpu <= rnp->grphi; cpu++, bit <<= 1) { 2750 for (; cpu <= rnp->grphi; cpu++, bit <<= 1) {
2751 if ((rnp->qsmask & bit) != 0) { 2751 if ((rnp->qsmask & bit) != 0) {
2752 if ((rnp->qsmaskinit & bit) == 0)
2753 *isidle = false; /* Pending hotplug. */
2754 if (f(per_cpu_ptr(rsp->rda, cpu), isidle, maxj)) 2752 if (f(per_cpu_ptr(rsp->rda, cpu), isidle, maxj))
2755 mask |= bit; 2753 mask |= bit;
2756 } 2754 }