Subject: CVS commit: src/sys/arch/sh3/include
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 02/14/2003 05:02:43
Module Name: src
Committed By: itohy
Date: Fri Feb 14 03:02:42 UTC 2003
Modified Files:
src/sys/arch/sh3/include: lock.h
Log Message:
- Change __cpu_simple_lock_t from int to unsigned char.
This makes simple lock work on big-endian platforms.
- Assembly-level optimization of __cpu_simple_lock_try().
OK'd by Gregory McGarry. Closes PR port-sh3/20311.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/sh3/include/lock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.