From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([66.187.233.31]:33198 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S932367AbWJIIGd (ORCPT ); Mon, 9 Oct 2006 04:06:33 -0400 From: David Howells In-Reply-To: References: <20061006133414.9972.79007.stgit@warthog.cambridge.redhat.com> <20061006203919.GS2563@parisc-linux.org> Subject: Re: [PATCH 1/4] LOG2: Implement a general integer log2 facility in the kernel [try #4] Date: Mon, 09 Oct 2006 09:06:08 +0100 Message-ID: <5267.1160381168@redhat.com> Sender: linux-arch-owner@vger.kernel.org To: Jan Engelhardt Cc: 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: > >Were you planning on porting Linux to a machine with non-8-bit-bytes any > >time soon? Because there's a lot more to fix than this. > > I am considering the case [assuming 8-bit-byte machines] where > sizeof(u32) is not 4. Though I suppose GCC will probably make a 32-bit > type up if the hardware does not know one. If the machine has 8-bit bytes, how can sizeof(u32) be anything other than 4? David