diff options
| author | Mark Salter <msalter@redhat.com> | 2012-09-21 12:26:38 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 00:59:08 -0400 |
| commit | 39fcf44099dd64679c232c4a7bb81cf469e4e43c (patch) | |
| tree | 52e3e19d2211b7640cc6595746a5fd7474389f9f /arch/c6x/include | |
| parent | 46f15067c020a0ce712cb2d3ef38c0589a521c15 (diff) | |
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')
| -rw-r--r-- | arch/c6x/include/asm/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/c6x/include/asm/unistd.h b/arch/c6x/include/asm/unistd.h index 6d54ea4262e..1ce3a6f2372 100644 --- a/arch/c6x/include/asm/unistd.h +++ b/arch/c6x/include/asm/unistd.h | |||
| @@ -16,6 +16,8 @@ | |||
| 16 | #if !defined(_ASM_C6X_UNISTD_H) || defined(__SYSCALL) | 16 | #if !defined(_ASM_C6X_UNISTD_H) || defined(__SYSCALL) |
| 17 | #define _ASM_C6X_UNISTD_H | 17 | #define _ASM_C6X_UNISTD_H |
| 18 | 18 | ||
| 19 | #define __ARCH_WANT_KERNEL_EXECVE | ||
| 20 | |||
| 19 | /* Use the standard ABI for syscalls. */ | 21 | /* Use the standard ABI for syscalls. */ |
| 20 | #include <asm-generic/unistd.h> | 22 | #include <asm-generic/unistd.h> |
| 21 | 23 | ||
