On Mon, 25 Sep 2006 17:43:10 -0700 (PDT)
Davide Libenzi <davidel@xxxxxxxxxxxxxxx> wrote:
The attached patch implements the epoll_pwait system call
Your email client space-stuffed it. That's pretty easy to fix up, but...
arch/i386/kernel/syscall_table.S | 1
fs/eventpoll.c | 55 ++++++++++++++++++++++++++++++++++++---
include/asm-i386/unistd.h | 3 +-
include/linux/syscalls.h | 3 ++
Could you please also wire up x86_64, so we can keep the 32-bit syscall
numbers in sync? I guess we should do arch/ia64/ia32/ia32_entry.S too, but
people don't seem to do that.