mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
xtensa: add finit_module syscall
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
parent
5d9f36b94d
commit
475c32d0a1
@ -728,8 +728,10 @@ __SYSCALL(330, sys_prlimit64, 4)
|
||||
#define __NR_kcmp 331
|
||||
__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
|
||||
|
Loading…
Reference in New Issue
Block a user