]> git.karo-electronics.de Git - karo-tx-linux.git/commit
um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Oct 2012 06:26:48 +0000 (02:26 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 2 Nov 2012 23:05:47 +0000 (19:05 -0400)
commita8e6f09b0500e08e79d5331c32d3c2efdec92f97
tree914621eaab470bc439a2340086c620d1d3105923
parentea1aa97914f9c27fd604bd09ed58875bfe2283bc
um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)

copy_thread() on um will do the right thing when getting 0 for sp...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/um/kernel/syscall.c