Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 04/29/2001 10:53:57
Module Name:	syssrc
Committed By:	scw
Date:		Sun Apr 29 07:53:57 UTC 2001

Modified Files:
	syssrc/sys/arch/mvme68k/include: vmparam.h
	syssrc/sys/arch/mvme68k/mvme68k: machdep.c

Log Message:
Compute PAGER_MAP_SIZE at runtime to avoid needlessly crippling large-
memory models for the benefit of small-memory models.

Uses a heuristic of min(onboard_ram_size/2, 16MB).


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/mvme68k/include/vmparam.h
cvs rdiff -r1.79 -r1.80 syssrc/sys/arch/mvme68k/mvme68k/machdep.c

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