aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Filippov <[email protected]>2012-12-23 15:18:29 +0400
committerChris Zankel <[email protected]>2013-02-23 19:12:52 -0800
commit475c32d0a1b836fc3798ea96cc334a4bfffec2cf (patch)
tree96445b09db11bb7c84fe10ad3d8e82bcbb652733
parent5d9f36b94db82fb630acdc38ac380af4cf107f8e (diff)
xtensa: add finit_module syscall
Signed-off-by: Max Filippov <[email protected]> Signed-off-by: Chris Zankel <[email protected]>
-rw-r--r--arch/xtensa/include/uapi/asm/unistd.h4
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)
#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