Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/24/2001 23:11:53
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Apr 24 20:11:53 UTC 2001

Modified Files:
	syssrc/sys/arch/alpha/alpha: pmap.c
	syssrc/sys/arch/alpha/include: pmap.h

Log Message:
Gather ASN info into a single structure, and place a variable-length
array of those structures at the end of the pmap structure.  We compute
the size of the pmap structure based on the maximum CPU ID for a
particular machine.  This gives us better cache behavior and better
memory footprint for the ASN info.


To generate a diff of this commit:
cvs rdiff -r1.168 -r1.169 syssrc/sys/arch/alpha/alpha/pmap.c
cvs rdiff -r1.42 -r1.43 syssrc/sys/arch/alpha/include/pmap.h

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