diff options
Diffstat (limited to 'kernel/rcutree.c')
-rw-r--r-- | kernel/rcutree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c index 74df86bd9204..ac8aed8ee417 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c | |||
@@ -1581,8 +1581,8 @@ rcu_send_cbs_to_orphanage(int cpu, struct rcu_state *rsp, | |||
1581 | { | 1581 | { |
1582 | /* | 1582 | /* |
1583 | * Orphan the callbacks. First adjust the counts. This is safe | 1583 | * Orphan the callbacks. First adjust the counts. This is safe |
1584 | * because ->onofflock excludes _rcu_barrier()'s adoption of | 1584 | * because _rcu_barrier() excludes CPU-hotplug operations, so it |
1585 | * the callbacks, thus no memory barrier is required. | 1585 | * cannot be running now. Thus no memory barrier is required. |
1586 | */ | 1586 | */ |
1587 | if (rdp->nxtlist != NULL) { | 1587 | if (rdp->nxtlist != NULL) { |
1588 | rsp->qlen_lazy += rdp->qlen_lazy; | 1588 | rsp->qlen_lazy += rdp->qlen_lazy; |