CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/05 23:33:26
Modified files:
sys/arch/sparc/sparc: trap.c vm_machdep.c
sys/arch/sparc64/sparc64: trap.c vm_machdep.c
Log message:
Move the logic for adjusting userspace registers in the child after fork
from cpu_fork() to child_return(), putting all the SYSCALL_G2RFLAG logic
in trap.c
sparc testing by sebastia@ and miod@
