Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755123AbXEHWNz (ORCPT ); Tue, 8 May 2007 18:13:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934528AbXEHWNv (ORCPT ); Tue, 8 May 2007 18:13:51 -0400 Received: from one.firstfloor.org ([213.235.205.2]:54829 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755061AbXEHWNt (ORCPT ); Tue, 8 May 2007 18:13:49 -0400 Date: Wed, 9 May 2007 00:13:48 +0200 From: Andi Kleen To: Chris Wedgwood Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] [x86-64] Add getcpu and epoll_pwait system calls. Message-ID: <20070508221348.GC17482@one.firstfloor.org> References: <20070508185145.B9A8E1827261@tuatara.stupidest.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070508185145.B9A8E1827261@tuatara.stupidest.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1064 Lines: 30 On Tue, May 08, 2007 at 11:37:26AM -0700, Chris Wedgwood wrote: > Signed-off-by: Chris Wedgwood > --- > include/asm-x86_64/unistd.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h > index 26e23e0..aa7d4bf 100644 > --- a/include/asm-x86_64/unistd.h > +++ b/include/asm-x86_64/unistd.h > @@ -619,6 +619,10 @@ __SYSCALL(__NR_sync_file_range, sys_sync_file_range) > __SYSCALL(__NR_vmsplice, sys_vmsplice) > #define __NR_move_pages 279 > __SYSCALL(__NR_move_pages, sys_move_pages) > +#define __NR_getcpu 280 > +__SYSCALL(__NR_getcpu, sys_getcpu) Nope. There already is a getcpu vsyscall. This is not needed. > +#define __NR_epoll_pwait 281 > +__SYSCALL(__NR_epoll_pwait, sys_epoll_pwait) Will add thanks -Andi - 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/