Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 02/15/2003 00:25:00
Module Name:	src
Committed By:	pk
Date:		Fri Feb 14 22:25:00 UTC 2003

Modified Files:
	src/sys/arch/sparc/sparc: pmap.c

Log Message:
It's not necessary to complicate the computation of `va2pa_offset': we already
assume that the few leading pages in front of the kernel image are
always present.

Adjust `va2pa_offset' on sun4 and sun4c as well, so that some day we can
have the bootstrap program load the kernel some place else.


To generate a diff of this commit:
cvs rdiff -r1.236 -r1.237 src/sys/arch/sparc/sparc/pmap.c

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