From 05c0674107dee0bf2aed323796c443cb6de8e71a Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 13 Dec 2012 17:26:23 +0100 Subject: microblaze: Wire-up new system call kcmp Wire-up kcmp syscall. Signed-off-by: Michal Simek --- arch/microblaze/kernel/syscall_table.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/microblaze/kernel') diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index ff6431e54680..1cbace29b5e2 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/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 -- cgit v1.2.3