Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/09/2003 18:44:27
Module Name:	src
Committed By:	matt
Date:		Wed Apr  9 15:44:27 UTC 2003

Modified Files:
	src/sys/arch/evbppc/ev64260: autoconf.c
	src/sys/arch/powerpc/marvell: extintr.c marvell_intr.h

Log Message:
Make the imask_t typedef a struct rather than a naked array.  The attribute
on the array typedef was contaminating other u_int32_t naked arrays and
affecting their alignment.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/evbppc/ev64260/autoconf.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/powerpc/marvell/extintr.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/powerpc/marvell/marvell_intr.h

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