From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([66.187.233.31]:27599 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1422692AbWJFOeI (ORCPT ); Fri, 6 Oct 2006 10:34:08 -0400 From: David Howells In-Reply-To: <20061006141704.GH2563@parisc-linux.org> References: <20061006141704.GH2563@parisc-linux.org> <20061006133414.9972.79007.stgit@warthog.cambridge.redhat.com> Subject: Re: [PATCH 1/4] LOG2: Implement a general integer log2 facility in the kernel [try #4] Date: Fri, 06 Oct 2006 15:33:44 +0100 Message-ID: <10081.1160145224@redhat.com> Sender: linux-arch-owner@vger.kernel.org To: Matthew Wilcox Cc: torvalds@osdl.org, akpm@osdl.org, sfr@canb.auug.org.au, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org List-ID: Matthew Wilcox wrote: > Why not "def_bool n"? def_bool? What's that? default + bool? I don't remember seeing any of those in any of the files I looked in. > Or indeed, since the default is n, why not just "bool"? *shrug* I'd prefer to default all of these in a common place rather than having to relentlessly duplicate them over all archs. Is that possible? David