Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Dennis Chernoivanov <cdi@netbsd.org>
List: source-changes
Date: 01/12/2006 18:04:10
Module Name:	src
Committed By:	cdi
Date:		Thu Jan 12 18:04:10 UTC 2006

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

Log Message:
Fix 'memsize' value. pmap_bootstrap() calculates it as a PROM property
length but it is expected to contain a number of available memory regions
(e.g. in pmap_dumpsize() and pmap_dumpmmu()).


To generate a diff of this commit:
cvs rdiff -r1.166 -r1.167 src/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.