Subject: CVS commit: src/sys/arch/arm/include
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/09/2007 05:40:09
Module Name:	src
Committed By:	thorpej
Date:		Fri Mar  9 05:40:08 UTC 2007

Modified Files:
	src/sys/arch/arm/include: lock.h mutex.h types.h

Log Message:
Make __cpu_simple_lock_t an unsigned char if _KERNEL, and operate on it
using SWPB.

Approved by Matt Thomas.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/arm/include/lock.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/include/mutex.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/arm/include/types.h

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