From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([66.187.233.31]:21898 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S932723AbWJIMys (ORCPT ); Mon, 9 Oct 2006 08:54:48 -0400 From: David Howells In-Reply-To: References: <20061006133414.9972.79007.stgit@warthog.cambridge.redhat.com> <20061006203919.GS2563@parisc-linux.org> <5267.1160381168@redhat.com> Subject: Re: [PATCH 1/4] LOG2: Implement a general integer log2 facility in the kernel [try #4] Date: Mon, 09 Oct 2006 13:54:21 +0100 Message-ID: <11639.1160398461@redhat.com> Sender: linux-arch-owner@vger.kernel.org To: Jan Engelhardt Cc: Kyle Moffett , Matthew Wilcox , torvalds@osdl.org, akpm@osdl.org, sfr@canb.auug.org.au, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org List-ID: Jan Engelhardt wrote: > typedef uint32_t __u32; That only offsets the problem a bit. You still have to derive uint32_t from somewhere. David