diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-12-23 06:18:29 -0500 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2013-02-23 22:12:52 -0500 |
commit | 475c32d0a1b836fc3798ea96cc334a4bfffec2cf (patch) | |
tree | 96445b09db11bb7c84fe10ad3d8e82bcbb652733 /arch/xtensa | |
parent | 5d9f36b94db82fb630acdc38ac380af4cf107f8e (diff) |
xtensa: add finit_module syscall
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/include/uapi/asm/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/xtensa/include/uapi/asm/unistd.h b/arch/xtensa/include/uapi/asm/unistd.h index 5162418c5d90..7010caa1a234 100644 --- a/arch/xtensa/include/uapi/asm/unistd.h +++ b/arch/xtensa/include/uapi/asm/unistd.h | |||
@@ -728,8 +728,10 @@ __SYSCALL(330, sys_prlimit64, 4) | |||
728 | #define __NR_kcmp 331 | 728 | #define __NR_kcmp 331 |
729 | __SYSCALL(331, sys_kcmp, 5) | 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 | * sysxtensa syscall handler | 737 | * sysxtensa syscall handler |