Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751048AbWJIKch (ORCPT ); Mon, 9 Oct 2006 06:32:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751267AbWJIKch (ORCPT ); Mon, 9 Oct 2006 06:32:37 -0400 Received: from chilli.pcug.org.au ([203.10.76.44]:30634 "EHLO smtps.tip.net.au") by vger.kernel.org with ESMTP id S1751048AbWJIKcg (ORCPT ); Mon, 9 Oct 2006 06:32:36 -0400 Date: Mon, 9 Oct 2006 20:32:35 +1000 From: Stephen Rothwell To: Kyle Moffett Cc: Jan Engelhardt , David Howells , Matthew Wilcox , torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 1/4] LOG2: Implement a general integer log2 facility in the kernel [try #4] Message-Id: <20061009203235.57e4c20a.sfr@canb.auug.org.au> In-Reply-To: References: <20061006133414.9972.79007.stgit@warthog.cambridge.redhat.com> <20061006203919.GS2563@parisc-linux.org> <5267.1160381168@redhat.com> X-Mailer: Sylpheed version 2.3.0beta1 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__9_Oct_2006_20_32_35_+1000_O2BmMAwhoOfS2OC." Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1229 Lines: 36 --Signature=_Mon__9_Oct_2006_20_32_35_+1000_O2BmMAwhoOfS2OC. Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Mon, 9 Oct 2006 05:51:14 -0400 Kyle Moffett wrote: > > It might be possible to clean up the types.h files a bit with > something like the following in linux/types.h (nearly identical code > is found in all of the asm-*/types.h files): Even better might be to put this in asm-generic/types.h and include that from wherever is sensible. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ --Signature=_Mon__9_Oct_2006_20_32_35_+1000_O2BmMAwhoOfS2OC. Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFKiVDFdBgD/zoJvwRAvAlAJ47hcWab4ZzALlh73EsBAAYd+JpfQCfYoUj LYn9h7Ys0jzgM/eGH+eFD7I= =+gZT -----END PGP SIGNATURE----- --Signature=_Mon__9_Oct_2006_20_32_35_+1000_O2BmMAwhoOfS2OC.-- - 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/