]> 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, 19 Oct 2012 13:21:32 +0000 (09:21 -0400)
commitac45c43f57ad0a509a5610426a83547b3cbf996b
treec53e492c9735da60bbb578fa93794587f0c4d028
parentdbf2aa25f87d1c79267a01ef407a469e9790abe1
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