From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e36.co.us.ibm.com ([32.97.110.154]:41345 "EHLO e36.co.us.ibm.com") by vger.kernel.org with ESMTP id S1030178AbWJJLmW (ORCPT ); Tue, 10 Oct 2006 07:42:22 -0400 From: Arnd Bergmann Subject: Re: [PATCH 1/4] LOG2: Implement a general integer log2 facility in the kernel [try #4] Date: Tue, 10 Oct 2006 13:42:16 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610101342.18934.arnd.bergmann@de.ibm.com> Sender: linux-arch-owner@vger.kernel.org To: Jan Engelhardt Cc: Andreas Schwab , David Howells , 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: On Tuesday 10 October 2006 11:41, Jan Engelhardt wrote: > >The compiler is not allowed to define uint32_t without including > > first. > > Well no problem, stdint.h may just have > > typedef __secret_compiler_provided_uint32_t uint32_t; > But it doesn't, and there's nothing the kernel can do about this for existing gcc versions. Arnd <><