Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 07/12/2007 14:15:38
Module Name:	src
Committed By:	skrll
Date:		Thu Jul 12 14:15:38 UTC 2007

Modified Files:
	src/sys/arch/hp700/hp700: machdep.c
	src/sys/arch/hppa/hppa: pmap.c vm_machdep.c
	src/sys/arch/hppa/include: pmap.h

Log Message:
Like I said - don't futz with the trapframe in pmap_activate. Instead
update the trapframe space and protection register in cpu_lwp_fork and
setregs.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/arch/hp700/hp700/machdep.c
cvs rdiff -r1.36 -r1.37 src/sys/arch/hppa/hppa/pmap.c
cvs rdiff -r1.26 -r1.27 src/sys/arch/hppa/hppa/vm_machdep.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/hppa/include/pmap.h

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