]> git.neil.brown.name Git - history.git/commit
Split up "do_fork()" into "copy_process()" and "do_fork()".
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Tue, 30 Jul 2002 08:49:23 +0000 (01:49 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Tue, 30 Jul 2002 08:49:23 +0000 (01:49 -0700)
commit9fb720106e1e94ded2fb229512c0349a1aba7b51
tree06ad9d295e1da47caeaaf9478be4ca7d3b37d554
parentc57f6caedf36f9849d2d77e074ae2f0c500f2b68
Split up "do_fork()" into "copy_process()" and "do_fork()".

copy_process() just copies the process, it doesn't actually start it.

This is in preparation for doing a "atomically start process on CPU X"
or other cases where we want to change the state of the process before
we actually start running it.
kernel/fork.c