summaryrefslogtreecommitdiffstats
path: root/arch/c6x/include/asm/unistd.h
diff options
context:
space:
mode:
authorMark Salter <msalter@redhat.com>2012-09-21 18:26:38 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-01 06:59:08 +0200
commit39fcf44099dd64679c232c4a7bb81cf469e4e43c (patch)
tree52e3e19d2211b7640cc6595746a5fd7474389f9f /arch/c6x/include/asm/unistd.h
parentc6x: add ret_from_kernel_thread(), simplify kernel_thread() (diff)
downloadlinux-39fcf44099dd64679c232c4a7bb81cf469e4e43c.tar.xz
linux-39fcf44099dd64679c232c4a7bb81cf469e4e43c.zip
c6x: switch to generic kernel_execve
Signed-off-by: Mark Salter <msalter@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/c6x/include/asm/unistd.h')
-rw-r--r--arch/c6x/include/asm/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/c6x/include/asm/unistd.h b/arch/c6x/include/asm/unistd.h
index 6d54ea4262eb..1ce3a6f2372b 100644
--- a/arch/c6x/include/asm/unistd.h
+++ b/arch/c6x/include/asm/unistd.h
@@ -16,6 +16,8 @@
#if !defined(_ASM_C6X_UNISTD_H) || defined(__SYSCALL)
#define _ASM_C6X_UNISTD_H
+#define __ARCH_WANT_KERNEL_EXECVE
+
/* Use the standard ABI for syscalls. */
#include <asm-generic/unistd.h>