aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/uapi/asm/unistd.h
diff options
context:
space:
mode:
authorTony Breeds <tony@bakeyournoodle.com>2013-03-04 15:57:30 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-03-05 16:56:29 +1100
commit8170a83f15eeca9a84ff895f1a89b58918425a3f (patch)
treee66a5df57a378547e909fed131f2f73560c69fc4 /arch/powerpc/include/uapi/asm/unistd.h
parentpowerpc: Remove unused BITOP_LE_SWIZZLE macro (diff)
downloadlinux-dev-8170a83f15eeca9a84ff895f1a89b58918425a3f.tar.xz
linux-dev-8170a83f15eeca9a84ff895f1a89b58918425a3f.zip
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 '')
-rw-r--r--arch/powerpc/include/uapi/asm/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/unistd.h b/arch/powerpc/include/uapi/asm/unistd.h
index 8c478c6c6b1e..74cb4d72d673 100644
--- a/arch/powerpc/include/uapi/asm/unistd.h
+++ b/arch/powerpc/include/uapi/asm/unistd.h
@@ -376,6 +376,7 @@
#define __NR_process_vm_readv 351
#define __NR_process_vm_writev 352
#define __NR_finit_module 353
+#define __NR_kcmp 354
#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */