From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759204Ab2EDR2j (ORCPT ); Fri, 4 May 2012 13:28:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24428 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752924Ab2EDR2h (ORCPT ); Fri, 4 May 2012 13:28:37 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20120503085034.032327158@linutronix.de> References: <20120503085034.032327158@linutronix.de> <20120503083859.991965503@linutronix.de> To: Thomas Gleixner Cc: dhowells@redhat.com, LKML , Tony Luck Subject: Re: [patch V2 03/31] task_allocator: Use config switches instead of magic defines Date: Fri, 04 May 2012 18:28:25 +0100 Message-ID: <13401.1336152505@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thomas Gleixner wrote: > +config ARCH_TASK_STRUCT_ALLOCATOR > + bool > + > +config ARCH_THREAD_INFO_ALLOCATOR > + bool With comments saying what they mean... David