Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030183AbWJJLmX (ORCPT ); Tue, 10 Oct 2006 07:42:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030181AbWJJLmX (ORCPT ); Tue, 10 Oct 2006 07:42:23 -0400 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 Organization: IBM Deutschland Entwicklung GmbH To: Jan Engelhardt 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 User-Agent: KMail/1.9.4 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 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-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 600 Lines: 18 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 <>< - 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/