Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/sparc/sparc
Module Name: syssrc
Committed By: pk
Date: Sun Dec 30 16:41:30 UTC 2001
Modified Files:
syssrc/sys/arch/sparc/sparc: locore.s vm_machdep.c
Log Message:
Change interface between cpu_fork() and proc_trampoline() so that `tf_pc'
(instead of `tf_npc') contains the user-space return address. This ensures
entering the signal trampoline code correctly in case we take handled
signal during child_return().
To generate a diff of this commit:
cvs rdiff -r1.149 -r1.150 syssrc/sys/arch/sparc/sparc/locore.s
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/sparc/sparc/vm_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index