Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762307AbXEPTkR (ORCPT ); Wed, 16 May 2007 15:40:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757309AbXEPTkE (ORCPT ); Wed, 16 May 2007 15:40:04 -0400 Received: from mtagate3.de.ibm.com ([195.212.29.152]:28096 "EHLO mtagate3.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757036AbXEPTkB (ORCPT ); Wed, 16 May 2007 15:40:01 -0400 Date: Wed, 16 May 2007 21:38:52 +0200 From: Heiko Carstens To: Oliver Falk Cc: linux-kernel@vger.kernel.org Subject: Re: [patch] Missing defines in asm-alpha/unistd.h!? Message-ID: <20070516193852.GA10227@osiris.ibm.com> References: <464AC75D.1090701@linux-kernel.at> <464AD1DB.3050609@linux-kernel.at> <464AE8D1.5000500@linux-kernel.at> <464B02BC.1040101@linux-kernel.at> <464B1275.6020007@linux-kernel.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <464B1275.6020007@linux-kernel.at> User-Agent: mutt-ng/devel-r804 (Linux) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1742 Lines: 40 > >> arch/alpha/kernel/built-in.o:(.data+0x2d60): undefined reference to > >> `sys_pselect6' > >> arch/alpha/kernel/built-in.o:(.data+0x2d68): undefined reference to > >> `sys_ppoll' > > > >> I don't understand this... Any clue(s)? > > > > Needed to replace sys_pselect6 and sys_ppoll with alpha_ni_syscall... If > > this is very correct way to fix it!? :-/ > > > > Can someone please have a look and correct me!? > > Sergey just told me, that this is wrong. Patch is fine, but we need > another. Please apply as well. > > --- linux-2.6.21.alpha/include/asm-alpha/thread_info.h.alpha_thread 2007-05-16 16:08:18.000000000 +0200 > +++ linux-2.6.21.alpha/include/asm-alpha/thread_info.h 2007-05-16 16:08:07.000000000 +0200 > @@ -76,12 +76,14 @@ > #define TIF_UAC_NOFIX 7 > #define TIF_UAC_SIGBUS 8 > #define TIF_MEMDIE 9 > +#define TIF_RESTORE_SIGMASK 11 > > #define _TIF_SYSCALL_TRACE (1< #define _TIF_NOTIFY_RESUME (1< #define _TIF_SIGPENDING (1< #define _TIF_NEED_RESCHED (1< #define _TIF_POLLING_NRFLAG (1< +#define _TIF_RESTORE_SIGMASK (1<