From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Luck Subject: Re: [PATCH 21/21] posix_types: Remove fd_set macros Date: Tue, 14 Feb 2012 10:59:00 -0800 Message-ID: References: <4F32A98F.7030400@zytor.com> <1328677745-20121-22-git-send-email-hpa@zytor.com> <1328677745-20121-1-git-send-email-hpa@zytor.com> <8328.1328703626@redhat.com> <16325.1328736262@redhat.com> <4F32E98F.2090909@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:48291 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755832Ab2BNS7B convert rfc822-to-8bit (ORCPT ); Tue, 14 Feb 2012 13:59:01 -0500 In-Reply-To: <4F32E98F.2090909@zytor.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "H. Peter Anvin" Cc: David Howells , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds , Arnd Bergmann Parts 1, 2 and 9 work fine on ia64 - consider them: Acked-by: Tony Luck This part causes build problems (starting with): CC arch/ia64/kernel/asm-offsets.s In file included from include/linux/timex.h:56, from include/linux/sched.h:57, from arch/ia64/kernel/asm-offsets.c:9: include/linux/time.h: In function =91__FD_ZERO=92: include/linux/time.h:280: error: implicit declaration of function =91me= mset=92 include/linux/time.h:280: warning: incompatible implicit declaration of built-in function =91memset=92 Adding a #include to include/linux/time.h fixes them f= or me. -Tony