From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 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 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-arch-owner@vger.kernel.org To: Geert Uytterhoeven 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 List-ID: 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 <><