File:  [DVB] / dietlibc / i386 / __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:
	movl 4(%esp), %edx
	movl 8(%esp), %eax
	movl 12(%esp), %ecx
	lock cmpxchgl %ecx, (%edx)
	ret
.size __CAS, .-__CAS

LinuxTV legacy CVS <linuxtv.org/cvs>