Subject: CVS commit: syssrc/sys/arch/arm26/arm26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/21/2001 02:12:54
Module Name:	syssrc
Committed By:	bjh21
Date:		Mon Aug 20 23:12:54 UTC 2001

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

Log Message:
Split off the pm_entries array from the rest of struct pmap.  This makes
memory allocation for it more efficient (since pm_entries is 4096 bytes long),
and will allow pm_entries to be freed for swapped processes.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/arch/arm26/arm26/pmap.c

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