Subject: CVS commit: src/sys/arch/sparc/include
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/09/2003 19:27:06
Module Name: src
Committed By: thorpej
Date: Wed Apr 9 16:27:06 UTC 2003
Modified Files:
src/sys/arch/sparc/include: vmparam.h
Log Message:
Don't define PAGE_SIZE, etc. in terms of NBPG, rather use the same
logic as used by <machine/param.h> to define constant PAGE_SIZE if
possible.
Also define the minimum and maximum PAGE_SIZE that might appear in
any given configuration (4K and 8K, respectively).
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/sparc/include/vmparam.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.