mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Catch comments up to child_return() -> fork_return() as well.
This commit is contained in:
parent
2217ebb4df
commit
6efc0dc140
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72904
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user