Subject: CVS commit: syssrc/sys/arch/arm/include/arm32
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/11/2001 18:40:37
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Nov 11 16:40:36 UTC 2001

Added Files:
	syssrc/sys/arch/arm/include/arm32: vmparam.h

Log Message:
Even though the ARM architecture defines large, standard, and small
pages, we use the standard (4K) page size as PAGE_SIZE.  Make the
PAGE_SIZE related variables compile-time constants that reflect this.

Results in a bit over 2K worth of .text savings, and visibly better
code in the places that use PAGE_SIZE, etc.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/arm/include/arm32/vmparam.h

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