diff options
author | David Howells <dhowells@redhat.com> | 2009-06-30 22:24:54 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-30 18:58:37 -0700 |
commit | aee3ff1b413cff44e7d91dd1901cacd8988ce9cf (patch) | |
tree | cff48a88ffd9fa965386cda3eeed02ec2f8d56b8 /arch/frv/kernel | |
parent | 752fa51e4c5182c3c257f1cede90577a7e213c58 (diff) | |
download | op-kernel-dev-aee3ff1b413cff44e7d91dd1901cacd8988ce9cf.zip op-kernel-dev-aee3ff1b413cff44e7d91dd1901cacd8988ce9cf.tar.gz |
FRV: Wire up new syscalls
Wire up new syscalls rt_tgsigqueueinfo and perf_counter_open.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv/kernel')
-rw-r--r-- | arch/frv/kernel/entry.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/frv/kernel/entry.S b/arch/frv/kernel/entry.S index 356e0e3..fde1e44 100644 --- a/arch/frv/kernel/entry.S +++ b/arch/frv/kernel/entry.S @@ -1524,5 +1524,7 @@ sys_call_table: .long sys_inotify_init1 .long sys_preadv .long sys_pwritev + .long sys_rt_tgsigqueueinfo /* 335 */ + .long sys_perf_counter_open syscall_table_size = (. - sys_call_table) |