Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Eduardo Horvath <eeh@netbsd.org>
List: source-changes
Date: 06/21/2001 03:24:23
Module Name:	syssrc
Committed By:	eeh
Date:		Thu Jun 21 00:24:23 UTC 2001

Modified Files:
	syssrc/sys/arch/sparc64/include: pte.h
	syssrc/sys/arch/sparc64/sparc64: locore.s pmap.c

Log Message:
Allow multiple 4MB pages for both kernel text and kernel data.

Note: DEBUG checks will not allow accesses to the hole between
text and data segments, so you may need to update programs that
use libkvm before relocating the start of kernel data.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sparc64/include/pte.h
cvs rdiff -r1.117 -r1.118 syssrc/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -r1.97 -r1.98 syssrc/sys/arch/sparc64/sparc64/pmap.c

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