diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-10 22:23:29 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-12 13:35:23 -0400 |
commit | 9fff2fa0db911b0b75ec1f9bec72460c0a676ef5 (patch) | |
tree | 38fd00adc9bde62de1d5f6346dc670e0e599068f /arch/arm/include/asm | |
parent | 22e2430d60dbdfcdd732a086e9ef2dbd74c266d1 (diff) |
arm: switch to saner kernel_execve() semantics
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 6a70aa42debb..984ad42ed0af 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h | |||
@@ -470,7 +470,6 @@ | |||
470 | #define __ARCH_WANT_SYS_SOCKETCALL | 470 | #define __ARCH_WANT_SYS_SOCKETCALL |
471 | #endif | 471 | #endif |
472 | #define __ARCH_WANT_SYS_EXECVE | 472 | #define __ARCH_WANT_SYS_EXECVE |
473 | #define __ARCH_WANT_KERNEL_EXECVE | ||
474 | 473 | ||
475 | /* | 474 | /* |
476 | * "Conditional" syscalls | 475 | * "Conditional" syscalls |