From 88797ed5e765f42ed806baf5fbe9e9cdf00c7f0f Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Thu, 4 Nov 2010 14:55:26 -0700 Subject: [PATCH] --- yaml --- r: 223797 b: refs/heads/master c: e940cc804ec212e483f91167b93d1740c2fd3415 h: refs/heads/master i: 223795: 8f690ed66804c703e21dd8bc8a749d257b41de3d v: v3 --- [refs] | 2 +- trunk/kernel/rcutiny_plugin.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c0a116474ec7..8cb3cfe26df0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e79e1f9615b83d1e1d26b328d1b776111ca0cf7 +refs/heads/master: e940cc804ec212e483f91167b93d1740c2fd3415 diff --git a/trunk/kernel/rcutiny_plugin.h b/trunk/kernel/rcutiny_plugin.h index f4e0df082d3c..015abaea962a 100644 --- a/trunk/kernel/rcutiny_plugin.h +++ b/trunk/kernel/rcutiny_plugin.h @@ -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: @@ -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; }