projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9f36b
)
xtensa: add finit_module syscall
author
Max Filippov
<jcmvbkbc@gmail.com>
Sun, 23 Dec 2012 11:18:29 +0000
(15:18 +0400)
committer
Chris Zankel
<chris@zankel.net>
Sun, 24 Feb 2013 03:12:52 +0000
(19:12 -0800)
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/include/uapi/asm/unistd.h
patch
|
blob
|
history
diff --git
a/arch/xtensa/include/uapi/asm/unistd.h
b/arch/xtensa/include/uapi/asm/unistd.h
index
5162418
..
7010caa
100644
(file)
--- 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 33
2
+#define __NR_syscall_count 33
3
/*
* sysxtensa syscall handler