Catch comments up to child_return() -> fork_return() as well.

This commit is contained in:
John Baldwin 2001-02-22 16:49:36 +00:00
parent 2217ebb4df
commit 6efc0dc140
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72904

View File

@ -251,12 +251,12 @@ cpu_fork(p1, p2, flags)
up->u_pcb.pcb_pfs = 0;
/*
* Arrange for continuation at child_return(), which
* Arrange for continuation at fork_return(), which
* will return to exception_restore(). Note that the
* child process doesn't stay in the kernel for long!
*
* We should really deal with the function descriptor
* for child_return in switch_trampoline so that a
* for fork_return() in switch_trampoline() so that a
* kthread started from a loaded module can have the
* right value for gp.
*/