Subject: PR/33702 CVS commit: src/sys/arch
To: None <skrll@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-bugs
Date: 08/25/2006 06:50:03
The following reply was made to PR port-hp700/33702; it has been noted by GNATS.

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33702 CVS commit: src/sys/arch
Date: Fri, 25 Aug 2006 06:49:16 +0000 (UTC)

 Module Name:	src
 Committed By:	skrll
 Date:		Fri Aug 25 06:49:16 UTC 2006
 
 Modified Files:
 	src/sys/arch/hp700/conf: ld.script
 	src/sys/arch/hppa/hppa: pmap.c
 
 Log Message:
 Fix PR 33702.
 
 Modernise the linker script and make sure we have a symbol after the
 link_sets.
 
 Make sure that pmap_bootstrap doesn't tell uvm that some of the kernel
 phys pages are free. Previously uvm would very likely allocate the phys
 pages used for the link_sets to a MALLOC and they'd get overwritten.
 
 Thanks to David H. Gutteridge for testing various things.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.8 -r1.9 src/sys/arch/hp700/conf/ld.script
 cvs rdiff -r1.22 -r1.23 src/sys/arch/hppa/hppa/pmap.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.