Skip to content

Commit

Permalink
xtensa: add finit_module syscall
Browse files Browse the repository at this point in the history
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Max Filippov authored and Chris Zankel committed Feb 24, 2013
1 parent 5d9f36b commit 475c32d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/xtensa/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 475c32d

Please sign in to comment.