[PATCH] m68k: syscall updates
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 9 Oct 2006 20:02:25 +0000 (22:02 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Oct 2006 21:53:35 +0000 (14:53 -0700)
Add some missing system calls (recent udev needs them)

Signed-off-by: Kars de Jong <jongk@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68k/kernel/entry.S
include/asm-m68k/unistd.h

index 34bf7bd..0337541 100644 (file)
@@ -706,4 +706,9 @@ sys_call_table:
        .long sys_add_key
        .long sys_request_key   /* 280 */
        .long sys_keyctl
+       .long sys_ioprio_set
+       .long sys_ioprio_get
+       .long sys_inotify_init
+       .long sys_inotify_add_watch     /* 285 */
+       .long sys_inotify_rm_watch
 
index 3ab716f..682bd2f 100644 (file)
 #define __NR_add_key           279
 #define __NR_request_key       280
 #define __NR_keyctl            281
+#define __NR_ioprio_set                282
+#define __NR_ioprio_get                283
+#define __NR_inotify_init      284
+#define __NR_inotify_add_watch 285
+#define __NR_inotify_rm_watch  286
 
 #ifdef __KERNEL__
 
-#define NR_syscalls            282
+#define NR_syscalls            287
 #include <linux/err.h>
 
 /* user-visible error numbers are in the range -1 - -MAX_ERRNO: see