Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/arm
Module Name: src
Committed By: chris
Date: Sun Jan 13 11:19:05 UTC 2008
Modified Files:
src/sys/arch/arm/arm32: atomic.S
src/sys/arch/arm/include: atomic.h
Log Message:
When manipulating the interrupt status for atomic ops use cpsr_c rather
than cpsr_all, this avoids updating unnecessary fields in the cpsr.
As a side effect, the inline versions no longer clobber the condition
codes.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/arm32/atomic.S
cvs rdiff -r1.9 -r1.10 src/sys/arch/arm/include/atomic.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