Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 02/21/2003 02:23:04
Module Name:	src
Committed By:	chris
Date:		Fri Feb 21 00:23:04 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: pmap.c

Log Message:
Convert a few types into things that are more accurate, mostly:
int's to unsigned int/u_int where they shouldn't go negative.
int's to boolean_t's where they're being used as bools.

No real functional change (in the produced asm a few condition codes changed)


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 src/sys/arch/arm/arm32/pmap.c

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