aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2008-07-31 13:01:30 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2008-08-01 13:03:48 -0700
commit02c363808981b67e631fe71cc7e952497f761bef (patch)
tree822220f4f694e8d09732d45038cf4b3caeba4cb6 /arch/mn10300
parenttry harder to load tty ldisc driver (diff)
downloadlinux-dev-02c363808981b67e631fe71cc7e952497f761bef.tar.xz
linux-dev-02c363808981b67e631fe71cc7e952497f761bef.zip
MN10300: Wire up new system calls
Wire up system calls added in the last merge window for the MN10300 arch. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mn10300')
-rw-r--r--arch/mn10300/kernel/entry.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mn10300/kernel/entry.S b/arch/mn10300/kernel/entry.S
index 11de3606eee6..b7cbb1487af4 100644
--- a/arch/mn10300/kernel/entry.S
+++ b/arch/mn10300/kernel/entry.S
@@ -716,6 +716,12 @@ ENTRY(sys_call_table)
.long sys_fallocate /* 325 */
.long sys_timerfd_settime
.long sys_timerfd_gettime
+ .long sys_signalfd4
+ .long sys_eventfd2
+ .long sys_epoll_create1 /* 330 */
+ .long sys_dup3
+ .long sys_pipe2
+ .long sys_inotify_init1
nr_syscalls=(.-sys_call_table)/4