From: Dhaval Giani <dhaval@linux.vnet.ibm.com>
To: paulmck@linux.vnet.ibm.com, mingo@linux.vnet.ibm.com
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: rcu: Make a seperate Kconfig menu for RCU
Date: Wed, 7 Jan 2009 22:40:17 +0530 [thread overview]
Message-ID: <20090107171017.GA4145@linux.vnet.ibm.com> (raw)
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
next reply other threads:[~2009-01-07 17:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-07 17:10 Dhaval Giani [this message]
2009-01-07 17:18 ` rcu: Make a seperate Kconfig menu for RCU Paul E. McKenney
2009-01-07 17:21 ` Dhaval Giani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090107171017.GA4145@linux.vnet.ibm.com \
--to=dhaval@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@linux.vnet.ibm.com \
--cc=paulmck@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.