aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2006-10-09 22:02:25 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-09 14:53:35 -0700
commit6aabd6af4aaf6d794f67226934ad731eb1765e5d (patch)
tree374d9271a2ba17f6cf3557a75792821431aed15a /arch
parent[PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irq (diff)
downloadlinux-dev-6aabd6af4aaf6d794f67226934ad731eb1765e5d.tar.xz
linux-dev-6aabd6af4aaf6d794f67226934ad731eb1765e5d.zip
[PATCH] m68k: syscall updates
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/m68k/kernel/entry.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/kernel/entry.S b/arch/m68k/kernel/entry.S
index 34bf7bd126d2..03375414eb56 100644
--- a/arch/m68k/kernel/entry.S
+++ b/arch/m68k/kernel/entry.S
@@ -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