summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/syscalltable.S
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2015-09-06 11:59:27 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2015-09-28 09:59:43 +0200
commit5b3f33eb408ad06acf59b09fe0550bf3756e320a (patch)
tree76fef2aecfa145ed0e31398409ca2992024f5d93 /arch/m68k/kernel/syscalltable.S
parent9ffecb10283508260936b96022d4ee43a7798b4c (diff)
m68k: Wire up direct socket calls
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/kernel/syscalltable.S')
-rw-r--r--arch/m68k/kernel/syscalltable.S18
1 files changed, 17 insertions, 1 deletions
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
index a0ec4303f2c8..e0fe52b62a3e 100644
--- a/arch/m68k/kernel/syscalltable.S
+++ b/arch/m68k/kernel/syscalltable.S
@@ -376,4 +376,20 @@ ENTRY(sys_call_table)
.long sys_memfd_create
.long sys_bpf
.long sys_execveat /* 355 */
-
+ .long sys_socket
+ .long sys_socketpair
+ .long sys_bind
+ .long sys_connect
+ .long sys_listen /* 360 */
+ .long sys_accept4
+ .long sys_getsockopt
+ .long sys_setsockopt
+ .long sys_getsockname
+ .long sys_getpeername /* 365 */
+ .long sys_sendto
+ .long sys_sendmsg
+ .long sys_recvfrom
+ .long sys_recvmsg
+ .long sys_shutdown /* 370 */
+ .long sys_recvmmsg
+ .long sys_sendmmsg