diff options
author | David Howells <dhowells@redhat.com> | 2008-07-31 08:46:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-01 16:03:49 -0400 |
commit | 784dd7b64ca661722f539db906d56ce54906f2fb (patch) | |
tree | 6423423c39f5628e41361bf3d7becb29b21552db /arch/frv/kernel/entry.S | |
parent | 02c363808981b67e631fe71cc7e952497f761bef (diff) |
FRV: Wire up new system calls
Wire up for FRV the system calls that were added in the last merge window.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv/kernel/entry.S')
-rw-r--r-- | arch/frv/kernel/entry.S | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/frv/kernel/entry.S b/arch/frv/kernel/entry.S index b8a4b94779b1..99060ab507ee 100644 --- a/arch/frv/kernel/entry.S +++ b/arch/frv/kernel/entry.S | |||
@@ -1519,6 +1519,11 @@ sys_call_table: | |||
1519 | .long sys_fallocate | 1519 | .long sys_fallocate |
1520 | .long sys_timerfd_settime /* 325 */ | 1520 | .long sys_timerfd_settime /* 325 */ |
1521 | .long sys_timerfd_gettime | 1521 | .long sys_timerfd_gettime |
1522 | 1522 | .long sys_signalfd4 | |
1523 | .long sys_eventfd2 | ||
1524 | .long sys_epoll_create1 | ||
1525 | .long sys_dup3 /* 330 */ | ||
1526 | .long sys_pipe2 | ||
1527 | .long sys_inotify_init1 | ||
1523 | 1528 | ||
1524 | syscall_table_size = (. - sys_call_table) | 1529 | syscall_table_size = (. - sys_call_table) |