Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 07/18/2004 20:27:11
Module Name:	src
Committed By:	chs
Date:		Sun Jul 18 20:27:11 UTC 2004

Modified Files:
	src/sys/arch/hp700/hp700: genassym.cf locore.S
	src/sys/arch/hppa/hppa: vm_machdep.c
	src/sys/arch/hppa/include: pcb.h

Log Message:
store the kernel stack pointer for a sleeping LWP in its PCB instead of
in its trapframe.  this is needed for scheduler activations, so that we can
change the user stack pointer via the trapframe.  from openbsd.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/hp700/hp700/genassym.cf
cvs rdiff -r1.8 -r1.9 src/sys/arch/hp700/hp700/locore.S
cvs rdiff -r1.9 -r1.10 src/sys/arch/hppa/hppa/vm_machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/hppa/include/pcb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.