diff options
-rw-r--r-- | kernel/rcutree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c index 32618b3fe4e6..e0fa1920cd67 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c | |||
@@ -1452,7 +1452,7 @@ static void rcu_gp_cleanup(struct rcu_state *rsp) | |||
1452 | rdp = this_cpu_ptr(rsp->rda); | 1452 | rdp = this_cpu_ptr(rsp->rda); |
1453 | rcu_advance_cbs(rsp, rnp, rdp); /* Reduce false positives below. */ | 1453 | rcu_advance_cbs(rsp, rnp, rdp); /* Reduce false positives below. */ |
1454 | if (cpu_needs_another_gp(rsp, rdp)) | 1454 | if (cpu_needs_another_gp(rsp, rdp)) |
1455 | rsp->gp_flags = 1; | 1455 | rsp->gp_flags = RCU_GP_FLAG_INIT; |
1456 | raw_spin_unlock_irq(&rnp->lock); | 1456 | raw_spin_unlock_irq(&rnp->lock); |
1457 | } | 1457 | } |
1458 | 1458 | ||