diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-01-03 07:50:28 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-01-03 08:21:57 -0500 |
commit | 0e1ec2d0b499298a502a46573c87d74a6052dfa1 (patch) | |
tree | 833b054be632049ad44ca002c8433815aa0ffd0f /arch/microblaze/include/uapi/asm | |
parent | ffed2b4f7c04da99ec3a8e8f096c90ea9c0f9956 (diff) |
microblaze: Add finit_module syscall
Add finit_module syscall to the syscall list.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/uapi/asm')
-rw-r--r-- | arch/microblaze/include/uapi/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/include/uapi/asm/unistd.h b/arch/microblaze/include/uapi/asm/unistd.h index ccb6920f3b33..5f7fe7582f3a 100644 --- a/arch/microblaze/include/uapi/asm/unistd.h +++ b/arch/microblaze/include/uapi/asm/unistd.h | |||
@@ -395,7 +395,8 @@ | |||
395 | #define __NR_process_vm_readv 377 | 395 | #define __NR_process_vm_readv 377 |
396 | #define __NR_process_vm_writev 378 | 396 | #define __NR_process_vm_writev 378 |
397 | #define __NR_kcmp 379 | 397 | #define __NR_kcmp 379 |
398 | #define __NR_finit_module 380 | ||
398 | 399 | ||
399 | #define __NR_syscalls 380 | 400 | #define __NR_syscalls 381 |
400 | 401 | ||
401 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ | 402 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ |