diff options
author | David Daney <ddaney@caviumnetworks.com> | 2009-06-26 18:53:57 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-07-03 16:45:24 +0200 |
commit | 69f16c9a8630edc64cb1d6f1bfca4ee7bc16279f (patch) | |
tree | c09cce7e71693bf9547b81d17be4dc59b2070c1e /arch/mips/kernel/scall64-n32.S | |
parent | MIPS: Malta: Remove unnecessary function prototypes (diff) | |
download | linux-69f16c9a8630edc64cb1d6f1bfca4ee7bc16279f.tar.xz linux-69f16c9a8630edc64cb1d6f1bfca4ee7bc16279f.zip |
MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open.
[Ralf: I fixed up the numbering in the comment in scall64-n32.S.]
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index 93cc672f4522..15874f9812cc 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -415,4 +415,6 @@ EXPORT(sysn32_call_table) PTR sys_inotify_init1 PTR sys_preadv PTR sys_pwritev + PTR compat_sys_rt_tgsigqueueinfo /* 5295 */ + PTR sys_perf_counter_open .size sysn32_call_table,.-sysn32_call_table |