Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 09/09/2000 13:24:35
Module Name:	syssrc
Committed By:	pk
Date:		Sat Sep  9 10:24:35 UTC 2000

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

Log Message:
Revise pv_table_map(): to simplify calculations, pv_table[] now covers
all of physical memory, i.e. it conceptually is pv_table[0..avail_end].
The previous version could lead to an off-by-one error in the page allocation
for pv_table[] in some memory configurations.


To generate a diff of this commit:
cvs rdiff -r1.173 -r1.174 syssrc/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.