From d3c2260837b54e9f3a299d54cec2c1a6517a0a2f Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 13 Dec 2012 17:26:23 +0100 Subject: [PATCH] --- yaml --- r: 344402 b: refs/heads/master c: 05c0674107dee0bf2aed323796c443cb6de8e71a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/microblaze/include/uapi/asm/unistd.h | 3 ++- trunk/arch/microblaze/kernel/syscall_table.S | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9047bd11bc78..cf2f8be821f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7958a689199fbc557fad7d79b16b2017a7e40a71 +refs/heads/master: 05c0674107dee0bf2aed323796c443cb6de8e71a diff --git a/trunk/arch/microblaze/include/uapi/asm/unistd.h b/trunk/arch/microblaze/include/uapi/asm/unistd.h index bbeaa2dcc677..ccb6920f3b33 100644 --- a/trunk/arch/microblaze/include/uapi/asm/unistd.h +++ b/trunk/arch/microblaze/include/uapi/asm/unistd.h @@ -394,7 +394,8 @@ #define __NR_sendmmsg 376 #define __NR_process_vm_readv 377 #define __NR_process_vm_writev 378 +#define __NR_kcmp 379 -#define __NR_syscalls 379 +#define __NR_syscalls 380 #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ diff --git a/trunk/arch/microblaze/kernel/syscall_table.S b/trunk/arch/microblaze/kernel/syscall_table.S index ff6431e54680..1cbace29b5e2 100644 --- a/trunk/arch/microblaze/kernel/syscall_table.S +++ b/trunk/arch/microblaze/kernel/syscall_table.S @@ -379,3 +379,4 @@ ENTRY(sys_call_table) .long sys_sendmmsg .long sys_process_vm_readv .long sys_process_vm_writev + .long sys_kcmp