diff options
author | Tony Breeds <tony@bakeyournoodle.com> | 2013-03-04 15:57:30 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-03-05 16:56:29 +1100 |
commit | 8170a83f15eeca9a84ff895f1a89b58918425a3f (patch) | |
tree | e66a5df57a378547e909fed131f2f73560c69fc4 /arch/powerpc/include/asm/systbl.h | |
parent | a74f350b5ce6d8dd1847aa1191ea177fff025567 (diff) | |
download | op-kernel-dev-8170a83f15eeca9a84ff895f1a89b58918425a3f.zip op-kernel-dev-8170a83f15eeca9a84ff895f1a89b58918425a3f.tar.gz |
powerpc: Wireup the kcmp syscall to sys_ni
Since kmp takes 2 unsigned long args there should be a compat wrapper.
Since one isn't provided I think it's safer just to hook this up to not
implemented. If we need it later we can do it properly then.
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index 535b6d8..ebbec52 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -358,3 +358,4 @@ SYSCALL_SPU(setns) COMPAT_SYS(process_vm_readv) COMPAT_SYS(process_vm_writev) SYSCALL(finit_module) +SYSCALL(ni_syscall) /* sys_kcmp */ |