Clarify a comment.

Requested by: jhb
This commit is contained in:
Doug Rabson 2001-10-09 19:50:29 +00:00
parent baadfb4c1e
commit 7e3e8e556f

View File

@ -255,7 +255,9 @@ cpu_fork(td1, p2, flags)
* will return to exception_restore(). Note that the
* child process doesn't stay in the kernel for long!
*
* XXX what is this +/- 16 stuff here?
* The extra 16 bytes subtracted from sp is part of the ia64
* ABI - a function can assume that the 16 bytes above sp are
* available as scratch space.
*/
td2->td_pcb->pcb_sp = (u_int64_t)p2tf - 16;
td2->td_pcb->pcb_r4 = (u_int64_t)fork_return;