Subject: CVS commit: src/common/lib/libc/arch/mips/atomic
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/29/2007 00:16:23
Module Name: src
Committed By: ad
Date: Thu Nov 29 00:16:23 UTC 2007
Added Files:
src/common/lib/libc/arch/mips/atomic: Makefile.inc
Log Message:
Atomic ops for MIPS. Use the CAS functions already provided by the kernel,
and use the generic C code to provide the rest. Unfortunatley the C code
assembles up pretty badly on MIPS but at least it will work.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/common/lib/libc/arch/mips/atomic/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.