Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=78c129b949bdee21dd996ac5f5cfc655cd5bd42e
Commit:     78c129b949bdee21dd996ac5f5cfc655cd5bd42e
Parent:     9caebec7b8093574fca5a334a1939530872d75e3
Author:     Haavard Skinnemoen <[EMAIL PROTECTED]>
AuthorDate: Sun May 13 16:33:33 2007 +0200
Committer:  Haavard Skinnemoen <[EMAIL PROTECTED]>
CommitDate: Sun May 13 17:07:57 2007 +0200

    [AVR32] Wire up signalfd, timerfd and eventfd
    
    Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
 arch/avr32/kernel/syscall_table.S |    3 +++
 include/asm-avr32/unistd.h        |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/arch/avr32/kernel/syscall_table.S 
b/arch/avr32/kernel/syscall_table.S
index 07f6a6f..75c81f2 100644
--- a/arch/avr32/kernel/syscall_table.S
+++ b/arch/avr32/kernel/syscall_table.S
@@ -292,4 +292,7 @@ sys_call_table:
        .long   sys_shmdt
        .long   sys_shmctl
        .long   sys_utimensat
+       .long   sys_signalfd
+       .long   sys_timerfd             /* 280 */
+       .long   sys_eventfd
        .long   sys_ni_syscall          /* r8 is saturated at nr_syscalls */
diff --git a/include/asm-avr32/unistd.h b/include/asm-avr32/unistd.h
index 2418cce..3b4e35b 100644
--- a/include/asm-avr32/unistd.h
+++ b/include/asm-avr32/unistd.h
@@ -296,9 +296,12 @@
 #define __NR_shmctl            277
 
 #define __NR_utimensat         278
+#define __NR_signalfd          279
+#define __NR_timerfd           280
+#define __NR_eventfd           281
 
 #ifdef __KERNEL__
-#define NR_syscalls            279
+#define NR_syscalls            282
 
 
 #define __ARCH_WANT_IPC_PARSE_VERSION
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to