Subject: CVS commit: src/sys/arch/arm/include
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/26/2007 04:02:40
Module Name:	src
Committed By:	matt
Date:		Sun Aug 26 04:02:40 UTC 2007

Modified Files:
	src/sys/arch/arm/include: asm.h cdefs.h

Log Message:
Move _ARM_ARCH_* from asm.h to cdefs.h so everyone can use them.
Add _END/END/ASEND which every port's asm.h should have.
Add GET_CPUFINO(rX).  Reserved for future use. :)
Use %foo instead of #foo


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/arm/include/asm.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/include/cdefs.h

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