]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
asm-generic: hook up new system calls
authorArnd Bergmann <arnd@arndb.de>
Fri, 19 Jun 2009 08:30:29 +0000 (10:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Jun 2009 12:58:11 +0000 (14:58 +0200)
sys_rt_tgsigqueueinfo and sys_perf_counter_open
have been added in 2.6.31, so hook them up in the
generic unistd.h file.

Since the file is now in the mainline kernel, we
are no longer reordering the numbers but just add
system calls at the end.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/unistd.h

index 5b34b6233d6db6ce32fae64919e597d0bca54959..1125e5a1ee5d0fe67a89df67dc0f0c14a45f7c05 100644 (file)
@@ -618,8 +618,13 @@ __SYSCALL(__NR_migrate_pages, sys_migrate_pages)
 __SYSCALL(__NR_move_pages, sys_move_pages)
 #endif
 
+#define __NR_rt_tgsigqueueinfo 240
+__SYSCALL(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo)
+#define __NR_perf_counter_open 241
+__SYSCALL(__NR_perf_counter_open, sys_perf_counter_open)
+
 #undef __NR_syscalls
-#define __NR_syscalls 240
+#define __NR_syscalls 242
 
 /*
  * All syscalls below here should go away really,