From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www.linutronix.de ([62.245.132.108]:46460 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755083Ab2DTSzR (ORCPT ); Fri, 20 Apr 2012 14:55:17 -0400 Date: Fri, 20 Apr 2012 20:55:01 +0200 (CEST) From: Thomas Gleixner Subject: Re: [patch 04/18] smp: Provide generic idle thread allocation In-Reply-To: <20120420162103.GA3065@merkur.ravnborg.org> Message-ID: References: <20120420122120.097464672@linutronix.de> <20120420124557.102478630@linutronix.de> <20120420162103.GA3065@merkur.ravnborg.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-arch-owner@vger.kernel.org List-ID: To: Sam Ravnborg Cc: LKML , linux-arch@vger.kernel.org, Peter Zijlstra , Rusty Russell , "Paul E. McKenney" , Ingo Molnar , "Srivatsa S. Bhat" , Matt Turner , Russell King , Mike Frysinger , Jesper Nilsson , Richard Kuo , Tony Luck , Hirokazu Takata , Ralf Baechle , David Howells , "James E.J. Bottomley" , Benjamin Herrenschmidt , Martin Schwidefsky , Paul Mundt , "David S. Miller" , Chris Metcalf , Richard Weinberger , x86@kernel.org Message-ID: <20120420185501.BcYTG16_dkwf9Kemvz5atv2XWgM91ZB9X3gsuZN1E1Y@z> On Fri, 20 Apr 2012, Sam Ravnborg wrote: > On Fri, Apr 20, 2012 at 01:05:45PM -0000, Thomas Gleixner wrote: > > +config GENERIC_SMP_IDLE_THREAD > > + bool > > + > > Symbols we select in arch Kconfig files are often named HAVE_* > And no matter the name - a comment preceeding the definition of the symbol > would be nice so it is possible to deduct the use of the symbol > in a few years time when this thread is long forgotten. Fair enough. Though I hope that this can go away, when we can convert the 3 remaining archs over. Thanks, tglx