Commit 475c32d0 authored by Max Filippov's avatar Max Filippov Committed by Chris Zankel

xtensa: add finit_module syscall

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 5d9f36b9
...@@ -728,8 +728,10 @@ __SYSCALL(330, sys_prlimit64, 4) ...@@ -728,8 +728,10 @@ __SYSCALL(330, sys_prlimit64, 4)
#define __NR_kcmp 331 #define __NR_kcmp 331
__SYSCALL(331, sys_kcmp, 5) __SYSCALL(331, sys_kcmp, 5)
#define __NR_finit_module 332
__SYSCALL(332, sys_finit_module, 3)
#define __NR_syscall_count 332 #define __NR_syscall_count 333
/* /*
* sysxtensa syscall handler * sysxtensa syscall handler
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment