Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xtensa: add finit_module syscall

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>

authored by

Max Filippov and committed by
Chris Zankel
475c32d0 5d9f36b9

+3 -1
+3 -1
arch/xtensa/include/uapi/asm/unistd.h
··· 728 728 #define __NR_kcmp 331 729 729 __SYSCALL(331, sys_kcmp, 5) 730 730 731 + #define __NR_finit_module 332 732 + __SYSCALL(332, sys_finit_module, 3) 731 733 732 - #define __NR_syscall_count 332 734 + #define __NR_syscall_count 333 733 735 734 736 /* 735 737 * sysxtensa syscall handler