Subject: CVS commit: syssrc/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 12/30/2001 18:41:30
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.