diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 18:53:17 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-02 20:05:04 +0400 |
commit | 7b7ade117951dcc5ec947595ea7ff622fa56895e (patch) | |
tree | b73c6598609bbdf7d2c26c4191c7c51404cd48e6 /arch/frv/Kconfig | |
parent | e7aa51b2e52274b13be3209e2787d1b2ce9624fd (diff) | |
download | linux-7b7ade117951dcc5ec947595ea7ff622fa56895e.tar.xz |
frv: switch to saner kernel_execve() semantics
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index b7412504f08a..df2eb4bd9fa2 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig @@ -13,6 +13,7 @@ config FRV select GENERIC_CPU_DEVICES select ARCH_WANT_IPC_PARSE_VERSION select GENERIC_KERNEL_THREAD + select GENERIC_KERNEL_EXECVE config ZONE_DMA bool |