public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* rcu: Make a seperate Kconfig menu for RCU
@ 2009-01-07 17:10 Dhaval Giani
  2009-01-07 17:18 ` Paul E. McKenney
  0 siblings, 1 reply; 3+ messages in thread
From: Dhaval Giani @ 2009-01-07 17:10 UTC (permalink / raw)
  To: paulmck, mingo; +Cc: lkml

Hi Paul, Ingo,

On selecting tree RCU, there are a total of 4 different RCU Kconfig options.
Maybe its time to give RCU a menu of its own.

Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>

---
 init/Kconfig |    4 ++++
 1 file changed, 4 insertions(+)

Index: linux-2.6/init/Kconfig
===================================================================
--- linux-2.6.orig/init/Kconfig	2009-01-07 10:18:17.000000000 +0530
+++ linux-2.6/init/Kconfig	2009-01-07 21:01:39.000000000 +0530
@@ -945,6 +945,8 @@ source "block/Kconfig"
 config PREEMPT_NOTIFIERS
 	bool
 
+menu "RCU related options"
+
 choice
 	prompt "RCU Implementation"
 	default CLASSIC_RCU
@@ -1032,3 +1034,5 @@ config PREEMPT_RCU_TRACE
 	help
 	  This option provides tracing for the PREEMPT_RCU implementation,
 	  permitting Makefile to trivially select kernel/rcupreempt_trace.c.
+
+endmenu
-- 
regards,
Dhaval

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

* Re: rcu: Make a seperate Kconfig menu for RCU
  2009-01-07 17:10 rcu: Make a seperate Kconfig menu for RCU Dhaval Giani
@ 2009-01-07 17:18 ` Paul E. McKenney
  2009-01-07 17:21   ` Dhaval Giani
  0 siblings, 1 reply; 3+ messages in thread
From: Paul E. McKenney @ 2009-01-07 17:18 UTC (permalink / raw)
  To: Dhaval Giani; +Cc: mingo, lkml

On Wed, Jan 07, 2009 at 10:40:17PM +0530, Dhaval Giani wrote:
> Hi Paul, Ingo,
> 
> On selecting tree RCU, there are a total of 4 different RCU Kconfig options.
> Maybe its time to give RCU a menu of its own.

Looks good to me!

Reviewed-by: Paul E. McKenneyh <paulmck@linux.vnet.ibm.com>

> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
> 
> ---
>  init/Kconfig |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> Index: linux-2.6/init/Kconfig
> ===================================================================
> --- linux-2.6.orig/init/Kconfig	2009-01-07 10:18:17.000000000 +0530
> +++ linux-2.6/init/Kconfig	2009-01-07 21:01:39.000000000 +0530
> @@ -945,6 +945,8 @@ source "block/Kconfig"
>  config PREEMPT_NOTIFIERS
>  	bool
> 
> +menu "RCU related options"
> +
>  choice
>  	prompt "RCU Implementation"
>  	default CLASSIC_RCU
> @@ -1032,3 +1034,5 @@ config PREEMPT_RCU_TRACE
>  	help
>  	  This option provides tracing for the PREEMPT_RCU implementation,
>  	  permitting Makefile to trivially select kernel/rcupreempt_trace.c.
> +
> +endmenu
> -- 
> regards,
> Dhaval

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

* Re: rcu: Make a seperate Kconfig menu for RCU
  2009-01-07 17:18 ` Paul E. McKenney
@ 2009-01-07 17:21   ` Dhaval Giani
  0 siblings, 0 replies; 3+ messages in thread
From: Dhaval Giani @ 2009-01-07 17:21 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: lkml, Ingo Molnar

On Wed, Jan 07, 2009 at 09:18:51AM -0800, Paul E. McKenney wrote:
> On Wed, Jan 07, 2009 at 10:40:17PM +0530, Dhaval Giani wrote:
> > Hi Paul, Ingo,
> > 
> > On selecting tree RCU, there are a total of 4 different RCU Kconfig options.
> > Maybe its time to give RCU a menu of its own.
> 
> Looks good to me!
> 
> Reviewed-by: Paul E. McKenneyh <paulmck@linux.vnet.ibm.com>
> 
> > Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
> > 

And I messed up Ingo's email address in the initial post. Correcting it!

> > ---
> >  init/Kconfig |    4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > Index: linux-2.6/init/Kconfig
> > ===================================================================
> > --- linux-2.6.orig/init/Kconfig	2009-01-07 10:18:17.000000000 +0530
> > +++ linux-2.6/init/Kconfig	2009-01-07 21:01:39.000000000 +0530
> > @@ -945,6 +945,8 @@ source "block/Kconfig"
> >  config PREEMPT_NOTIFIERS
> >  	bool
> > 
> > +menu "RCU related options"
> > +
> >  choice
> >  	prompt "RCU Implementation"
> >  	default CLASSIC_RCU
> > @@ -1032,3 +1034,5 @@ config PREEMPT_RCU_TRACE
> >  	help
> >  	  This option provides tracing for the PREEMPT_RCU implementation,
> >  	  permitting Makefile to trivially select kernel/rcupreempt_trace.c.
> > +
> > +endmenu

-- 
regards,
Dhaval

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

end of thread, other threads:[~2009-01-07 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07 17:10 rcu: Make a seperate Kconfig menu for RCU Dhaval Giani
2009-01-07 17:18 ` Paul E. McKenney
2009-01-07 17:21   ` Dhaval Giani

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