Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [thorpej-atomic] src/common/lib/libc/arch/arm/atomic
Module Name: src
Committed By: thorpej
Date: Wed Apr 18 07:32:31 UTC 2007
Added Files:
src/common/lib/libc/arch/arm/atomic [thorpej-atomic]: Makefile.inc
atomic_cas_32.S atomic_op_asm.h
Log Message:
Atomic ops implementation for ARM. Everything is built on top of
atomic_cas_32(), which is itself a restartable atomic sequence.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 src/common/lib/libc/arch/arm/atomic/Makefile.inc \
src/common/lib/libc/arch/arm/atomic/atomic_cas_32.S \
src/common/lib/libc/arch/arm/atomic/atomic_op_asm.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