diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-09-11 18:23:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-11 20:21:20 -0400 |
commit | e845498e4ce4b0e704761e9462e5c29895ced34f (patch) | |
tree | 24669cf8c6085df2df4832df39b41ad6c78f1c1b /arch/m68k/kernel | |
parent | dd23aae4f5edf4e1dbd8f7f8013a754ba3253f48 (diff) |
m68k(nommu): add missing syscalls
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/kernel')
-rw-r--r-- | arch/m68k/kernel/entry.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/m68k/kernel/entry.S b/arch/m68k/kernel/entry.S index e162ee685d20..918f5dbeaef6 100644 --- a/arch/m68k/kernel/entry.S +++ b/arch/m68k/kernel/entry.S | |||
@@ -735,4 +735,14 @@ sys_call_table: | |||
735 | .long sys_tee | 735 | .long sys_tee |
736 | .long sys_vmsplice | 736 | .long sys_vmsplice |
737 | .long sys_move_pages /* 310 */ | 737 | .long sys_move_pages /* 310 */ |
738 | .long sys_sched_setaffinity | ||
739 | .long sys_sched_getaffinity | ||
740 | .long sys_kexec_load | ||
741 | .long sys_getcpu | ||
742 | .long sys_epoll_pwait /* 315 */ | ||
743 | .long sys_utimensat | ||
744 | .long sys_signalfd | ||
745 | .long sys_timerfd | ||
746 | .long sys_eventfd | ||
747 | .long sys_fallocate /* 320 */ | ||
738 | 748 | ||