diff options
author | Jonas Bonn <jonas@southpole.se> | 2012-10-19 12:25:36 -0400 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2012-10-19 12:33:01 -0400 |
commit | a91a2bb1dbd87987645bdb56f49e6a50501b692a (patch) | |
tree | 3bc883a09b0ad54f5ed45c6d447c06fe32fc97ce /arch/openrisc/include/uapi | |
parent | cbf23cf1b96819599f6a1b9658d1bf3a97c6ff15 (diff) |
openrisc: use generic sys_execve
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc/include/uapi')
-rw-r--r-- | arch/openrisc/include/uapi/asm/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/openrisc/include/uapi/asm/unistd.h b/arch/openrisc/include/uapi/asm/unistd.h index 437bdbb61b14..5db7bc0fa5a7 100644 --- a/arch/openrisc/include/uapi/asm/unistd.h +++ b/arch/openrisc/include/uapi/asm/unistd.h | |||
@@ -20,6 +20,8 @@ | |||
20 | 20 | ||
21 | #define sys_mmap2 sys_mmap_pgoff | 21 | #define sys_mmap2 sys_mmap_pgoff |
22 | 22 | ||
23 | #define __ARCH_WANT_SYS_EXECVE | ||
24 | |||
23 | #include <asm-generic/unistd.h> | 25 | #include <asm-generic/unistd.h> |
24 | 26 | ||
25 | #define __NR_or1k_atomic __NR_arch_specific_syscall | 27 | #define __NR_or1k_atomic __NR_arch_specific_syscall |