public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rcu: Mention rcu_bh in description of rcutorture's torture_type parameter
@ 2006-08-16 22:20 Josh Triplett
  2006-08-16 23:36 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Triplett @ 2006-08-16 22:20 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, Paul McKenney

The comment for rcutorture's torture_type parameter only lists the RCU
variants rcu and srcu, but not rcu_bh; add rcu_bh to the list.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
---
 kernel/rcutorture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
index e34d22b..aff0064 100644
--- a/kernel/rcutorture.c
+++ b/kernel/rcutorture.c
@@ -54,7 +54,7 @@ static int stat_interval;	/* Interval be
 static int verbose;		/* Print more debug info. */
 static int test_no_idle_hz;	/* Test RCU's support for tickless idle CPUs. */
 static int shuffle_interval = 5; /* Interval between shuffles (in sec)*/
-static char *torture_type = "rcu"; /* What to torture: rcu, srcu. */
+static char *torture_type = "rcu"; /* What to torture: rcu, rcu_bh, srcu. */
 
 module_param(nreaders, int, 0);
 MODULE_PARM_DESC(nreaders, "Number of RCU reader threads");
-- 
1.4.1.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-16 23:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-16 22:20 [PATCH] rcu: Mention rcu_bh in description of rcutorture's torture_type parameter Josh Triplett
2006-08-16 23:36 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox