]> git.baikalelectronics.ru Git - kernel.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>
Thu, 29 Nov 2012 02:49:03 +0000 (21:49 -0500)
commit526296e0cc225cba511ff1ff4e03fbe57fe0c127
treedd8339b29ab65d56526239f6e010f833656984e3
parent2c36dada19a12d60c588f618bf119ebfbf226049
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