diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-08-03 18:27:19 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-08-03 18:52:50 +0200 |
commit | 54822de7793bf9aa56d79cc173281cdb23b37f9f (patch) | |
tree | 55a2b0312294ee0b717752d94a43a4c3255fa22f /arch/mips/kernel/scall64-n32.S | |
parent | MIPS: VPE: Delete unused function get_tc_unused(). (diff) | |
download | linux-54822de7793bf9aa56d79cc173281cdb23b37f9f.tar.xz linux-54822de7793bf9aa56d79cc173281cdb23b37f9f.zip |
MIPS: Wire up accept4 syscall.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index 15874f9812cc..e855b118a079 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -417,4 +417,5 @@ EXPORT(sysn32_call_table) PTR sys_pwritev PTR compat_sys_rt_tgsigqueueinfo /* 5295 */ PTR sys_perf_counter_open + PTR sys_accept4 .size sysn32_call_table,.-sysn32_call_table |