CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/06/05 13:22:04

Modified files:
        sys/arch/m88k/m88k: eh_common.S vm_machdep.c 

Log message:
Pass cpu_fork() function to the new process through caller-saved registers
in the pcb rather than on the stack. This makes the code simpler and faster
and gets rid of one short timeframe where the stack pointer is only aligned
to an 8 byte boundary instead of a 16 byte boundary.

Reply via email to