Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760484AbYB2Nz1 (ORCPT ); Fri, 29 Feb 2008 08:55:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758144AbYB2NzN (ORCPT ); Fri, 29 Feb 2008 08:55:13 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.123]:55023 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756169AbYB2NzL (ORCPT ); Fri, 29 Feb 2008 08:55:11 -0500 Date: Fri, 29 Feb 2008 08:55:09 -0500 (EST) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Roman Zippel cc: "Paul E. McKenney" , ego@in.ibm.com, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, Ingo Molnar , Dipankar Sarma , Ted Tso , dvhltc@us.ibm.com, Oleg Nesterov , Andrew Morton , bunk@kernel.org, Josh Triplett , Thomas Gleixner , Peter Zijlstra Subject: Re: [RFC PATCH 4/6] Preempt-RCU: Implementation In-Reply-To: Message-ID: References: <20071213170348.GA25981@in.ibm.com> <20071213171658.GE25981@in.ibm.com> <200802290534.57040.zippel@linux-m68k.org> <20080229045328.GA18687@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 729 Lines: 24 On Fri, 29 Feb 2008, Roman Zippel wrote: > > I'd suggest to move PREEMPT_RCU back to Kconfig.preempt and if you really > need the second symbol leave this behind (maybe with a comment): > > config CLASSIC_RCU > def_bool !PREEMPT_RCU Ah, OK, you are saying that we should only show the option for PREEMPT_RCU? If selected, we use that and if not, we default to CLASSIC_RCU. I guess that can work. -- Steve > > Once there are more options, we can still look for a better place... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/