Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932112AbWJIQrM (ORCPT ); Mon, 9 Oct 2006 12:47:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932720AbWJIQrM (ORCPT ); Mon, 9 Oct 2006 12:47:12 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:18388 "EHLO e34.co.us.ibm.com") by vger.kernel.org with ESMTP id S932112AbWJIQrK (ORCPT ); Mon, 9 Oct 2006 12:47:10 -0400 From: Arnd Bergmann Organization: IBM Deutschland Entwicklung GmbH To: Geert Uytterhoeven Subject: Re: [PATCH 1/4] LOG2: Implement a general integer log2 facility in the kernel [try #4] Date: Mon, 9 Oct 2006 18:47:03 +0200 User-Agent: KMail/1.9.4 Cc: Jan Engelhardt , Kyle Moffett , David Howells , Matthew Wilcox , Linus Torvalds , Andrew Morton , sfr@canb.auug.org.au, Linux Kernel Development , linux-arch@vger.kernel.org References: <200610091727.34780.arnd.bergmann@de.ibm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610091847.05441.arnd.bergmann@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 813 Lines: 19 On Monday 09 October 2006 17:31, Geert Uytterhoeven wrote: > Well, I meant that of course you have to include at the top of > . I just thought inside that particular #ifdef wasn't the right > place. > That has the potential of breaking other source files that don't expect linux/types.h to bring in the whole stdint.h file. Also, it may break some other linux header files that include and expect to get stuff like uid_t, which you don't get if a glibc header is included first, because of __KERNEL_STRICT_NAMES. 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/