This patch wire the timerfd system call to the i386 architecture. Signed-off-by: Davide Libenzi <davidel@xmailserver.org> - Davide Index: linux-2.6.20.ep2/arch/i386/kernel/syscall_table.S =================================================================== --- linux-2.6.20.ep2.orig/arch/i386/kernel/syscall_table.S 2007-03-12 11:28:05.000000000 -0700 +++ linux-2.6.20.ep2/arch/i386/kernel/syscall_table.S 2007-03-12 11:47:42.000000000 -0700 @@ -320,3 +320,4 @@ .long sys_getcpu .long sys_epoll_pwait .long sys_signalfd /* 320 */ + .long sys_timerfd Index: linux-2.6.20.ep2/include/asm-i386/unistd.h =================================================================== --- linux-2.6.20.ep2.orig/include/asm-i386/unistd.h 2007-03-12 11:28:05.000000000 -0700 +++ linux-2.6.20.ep2/include/asm-i386/unistd.h 2007-03-12 11:47:42.000000000 -0700 @@ -326,10 +326,11 @@ #define __NR_getcpu 318 #define __NR_epoll_pwait 319 #define __NR_signalfd 320 +#define __NR_timerfd 321 #ifdef __KERNEL__ -#define NR_syscalls 321 +#define NR_syscalls 322 #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR -
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Linus Torvalds | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
git: | |
| Linus Torvalds | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Frans Pop | svc: failed to register lockdv1 RPC service (errno 97). |
