From: Andi Kleen Date: Fri, 11 May 2007 05:22:18 +0000 (-0700) Subject: x86_64: new syscall X-Git-Tag: v2.6.22-rc1~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9393e1dc8e394bd59217178b26b2476dc43e8667;p=profile%2Fivi%2Fkernel-x86-ivi.git x86_64: new syscall Add epoll_pwait() (akpm: stolen from Andi's queue, because I want to send the signalfd patches which also add syscalls. Not sure what the __IGNORE_getcpu is for). Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index 5957039..18a0b01 100644 --- a/include/asm-x86_64/unistd.h +++ b/include/asm-x86_64/unistd.h @@ -621,6 +621,9 @@ __SYSCALL(__NR_vmsplice, sys_vmsplice) __SYSCALL(__NR_move_pages, sys_move_pages) #define __NR_utimensat 280 __SYSCALL(__NR_utimensat, sys_utimensat) +#define __IGNORE_getcpu /* implemented as a vsyscall */ +#define __NR_epoll_pwait 281 +__SYSCALL(__NR_epoll_pwait, sys_epoll_pwait) #ifndef __NO_STUBS #define __ARCH_WANT_OLD_READDIR