Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
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.
Home |
Main Index |
Thread Index |
Old Index