Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223797
b: refs/heads/master
c: e940cc8
h: refs/heads/master
i:
  223795: 8f690ed
v: v3
  • Loading branch information
Paul E. McKenney authored and Paul E. McKenney committed Nov 30, 2010
1 parent eebf78c commit 88797ed
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8e79e1f9615b83d1e1d26b328d1b776111ca0cf7
refs/heads/master: e940cc804ec212e483f91167b93d1740c2fd3415
4 changes: 4 additions & 0 deletions trunk/kernel/rcutiny_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ static void show_tiny_preempt_stats(struct seq_file *m)
seq_puts(m, "no");
break;
case 1:
seq_puts(m, "begun");
break;
case 2:
seq_puts(m, "done");
break;
default:
Expand Down Expand Up @@ -284,6 +287,7 @@ static int rcu_boost(void)
raw_local_irq_restore(flags);
rt_mutex_lock(&mtx);
RCU_TRACE(rcu_preempt_ctrlblk.n_tasks_boosted++);
rcu_preempt_ctrlblk.boosted_this_gp++;
rt_mutex_unlock(&mtx);
return rcu_preempt_ctrlblk.boost_tasks != NULL;
}
Expand Down

0 comments on commit 88797ed

Please sign in to comment.