Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190995
b: refs/heads/master
c: f261414
h: refs/heads/master
i:
  190993: 28d9a0d
  190991: e2bb246
v: v3
  • Loading branch information
Lai Jiangshan authored and Paul E. McKenney committed May 10, 2010
1 parent 46a50ef commit 949a1c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d25eb9442bb2c38c1e742f0fa764d7132d72593f
refs/heads/master: f261414f0d56dd1a0e34888e27d1d4902ad052f3
4 changes: 2 additions & 2 deletions trunk/kernel/rcutree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1236,11 +1236,11 @@ static void force_quiescent_state(struct rcu_state *rsp, int relaxed)
break; /* grace period idle or initializing, ignore. */

case RCU_SAVE_DYNTICK:

raw_spin_unlock(&rnp->lock); /* irqs remain disabled */
if (RCU_SIGNAL_INIT != RCU_SAVE_DYNTICK)
break; /* So gcc recognizes the dead code. */

raw_spin_unlock(&rnp->lock); /* irqs remain disabled */

/* Record dyntick-idle state. */
force_qs_rnp(rsp, dyntick_save_progress_counter);
raw_spin_lock(&rnp->lock); /* irqs already disabled */
Expand Down

0 comments on commit 949a1c2

Please sign in to comment.