commit | 27d892fb27f492921cfd6df15ab4153f1badbb46 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 26 15:15:13 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 28 22:36:46 2012 -0500 |
tree | a5097f8bfe9614ec86db50a84b538afb8399033d | |
parent | 584271bcb45b50027c8d87b51634750780c92437 [diff] [blame] |
cris: switch to generic fork/vfork/clone same braindamage as on s390 - the first two arguments of clone(2) in the wrong order. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 81b59d1..0cac6a4 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig
@@ -51,6 +51,7 @@ select MODULES_USE_ELF_RELA select GENERIC_KERNEL_THREAD select GENERIC_KERNEL_EXECVE + select CLONE_BACKWARDS2 config HZ int