Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 09/12/2000 16:46:13
Module Name:	syssrc
Committed By:	pk
Date:		Tue Sep 12 13:46:12 UTC 2000

Modified Files:
	syssrc/sys/arch/sparc/sparc [netbsd-1-5]: pmap.c

Log Message:
Pullup rev. 1.173->1.174 (approved by thorpej):

> revision 1.174
> date: 2000/09/09 10:24:34;  author: pk;  state: Exp;  lines: +48 -34
> 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.169.2.1 -r1.169.2.2 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.