diff options
author | Michael Cree <mcree@orcon.net.nz> | 2011-10-31 20:09:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-31 20:30:51 -0400 |
commit | 0a8c384ebe4cc1c462076732dbffb595e7e81d5c (patch) | |
tree | f624e81a48d63f4df492db27aafaca366eaf8806 /arch/alpha/kernel/systbls.S | |
parent | a1cb2c60ddc98ff4e5246f410558805401ceee67 (diff) |
alpha: wire up accept4 syscall
Somehow wiring up the accept4 syscall on Alpha was missed long ago.
This commit rectifies that oversight.
Signed-off-by: Michael Cree <mcree@orcon.net.nz>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/alpha/kernel/systbls.S')
-rw-r--r-- | arch/alpha/kernel/systbls.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/systbls.S b/arch/alpha/kernel/systbls.S index 6acea1f96de3..53d0ce2d304c 100644 --- a/arch/alpha/kernel/systbls.S +++ b/arch/alpha/kernel/systbls.S | |||
@@ -520,6 +520,7 @@ sys_call_table: | |||
520 | .quad sys_clock_adjtime | 520 | .quad sys_clock_adjtime |
521 | .quad sys_syncfs /* 500 */ | 521 | .quad sys_syncfs /* 500 */ |
522 | .quad sys_setns | 522 | .quad sys_setns |
523 | .quad sys_accept4 | ||
523 | 524 | ||
524 | .size sys_call_table, . - sys_call_table | 525 | .size sys_call_table, . - sys_call_table |
525 | .type sys_call_table, @object | 526 | .type sys_call_table, @object |