diff options
| author | Michal Simek <michal.simek@xilinx.com> | 2012-12-13 11:26:23 -0500 |
|---|---|---|
| committer | Michal Simek <michal.simek@xilinx.com> | 2012-12-13 12:15:32 -0500 |
| commit | 05c0674107dee0bf2aed323796c443cb6de8e71a (patch) | |
| tree | 9cbe33d50a1cc9cf78e181e81c5c0313d9c07639 /arch/microblaze/include/uapi | |
| parent | 7958a689199fbc557fad7d79b16b2017a7e40a71 (diff) | |
microblaze: Wire-up new system call kcmp
Wire-up kcmp syscall.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/uapi')
| -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 bbeaa2dcc677..ccb6920f3b33 100644 --- a/arch/microblaze/include/uapi/asm/unistd.h +++ b/arch/microblaze/include/uapi/asm/unistd.h | |||
| @@ -394,7 +394,8 @@ | |||
| 394 | #define __NR_sendmmsg 376 | 394 | #define __NR_sendmmsg 376 |
| 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 | 398 | ||
| 398 | #define __NR_syscalls 379 | 399 | #define __NR_syscalls 380 |
| 399 | 400 | ||
| 400 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ | 401 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ |
