Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312197
b: refs/heads/master
c: cfca927
h: refs/heads/master
i:
  312195: ca80bf7
v: v3
  • Loading branch information
Paul E. McKenney authored and Paul E. McKenney committed Jul 6, 2012
1 parent 2320c18 commit a0ed695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf01537ecf192d9ff15c32a355db5d5af22bea4d
refs/heads/master: cfca927972e31a5b3da49bf641c525732ff3c357
1 change: 1 addition & 0 deletions trunk/kernel/rcutree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,7 @@ static void rcu_do_batch(struct rcu_state *rsp, struct rcu_data *rdp)
rdp->n_force_qs_snap = rsp->n_force_qs;
} else if (rdp->qlen < rdp->qlen_last_fqs_check - qhimark)
rdp->qlen_last_fqs_check = rdp->qlen;
WARN_ON_ONCE((rdp->nxtlist == NULL) != (rdp->qlen == 0));

local_irq_restore(flags);

Expand Down

0 comments on commit a0ed695

Please sign in to comment.