diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-13 08:35:21 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 18:51:17 +0200 |
commit | 5e7d7333914ed5a01d70d5859068faf03b6779f2 (patch) | |
tree | 0c70a1743566664363af2245a3c8a03a55289679 /arch/c6x/Kconfig | |
parent | Linux 3.7-rc1 (diff) | |
download | linux-5e7d7333914ed5a01d70d5859068faf03b6779f2.tar.xz linux-5e7d7333914ed5a01d70d5859068faf03b6779f2.zip |
c6x: switch to saner kernel_execve() semantics
ACKed-by: Mark Salter <msalter@redhat.com>
Tested-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/c6x/Kconfig')
-rw-r--r-- | arch/c6x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index aee1b569ee6e..66eab3703c75 100644 --- a/arch/c6x/Kconfig +++ b/arch/c6x/Kconfig @@ -18,6 +18,7 @@ config C6X select OF_EARLY_FLATTREE select GENERIC_CLOCKEVENTS select GENERIC_KERNEL_THREAD + select GENERIC_KERNEL_EXECVE select MODULES_USE_ELF_RELA config MMU |