File:  [DVB] / dietlibc / alpha / __CAS.S
Revision 1.1: download - view: text, annotated - select for diffs
Wed Dec 21 02:11:38 2011 UTC (12 years, 5 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  various build fixes, add sys/atomic.h and the __CAS function

.text
.global __CAS
.type __CAS,@function
__CAS:
	mb
1:
	ldq_l $0,0($16)
	cmpeq $0,$17,$1
	beq $1,2f
	mov $18,$1
	stq_c $1,0($16)
	beq $1,1b
	mb
2:
	ret
.size __CAS, .-__CAS

LinuxTV legacy CVS <linuxtv.org/cvs>