Subject: CVS commit: src/sys/arch/alpha
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/02/2003 19:10:08
Module Name:	src
Committed By:	matt
Date:		Sat Aug  2 19:10:07 UTC 2003

Modified Files:
	src/sys/arch/alpha/alpha: machdep.c pmap.c
	src/sys/arch/alpha/include: pmap.h

Log Message:
Make this compile with gcc3.  Change kernel_pmap_store to array of struct
pmap instead of array u_long.  A bit of space is wasted but it supresses
the -Wcast-align warning.


To generate a diff of this commit:
cvs rdiff -r1.271 -r1.272 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -r1.200 -r1.201 src/sys/arch/alpha/alpha/pmap.c
cvs rdiff -r1.60 -r1.61 src/sys/arch/alpha/include/pmap.h

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