File:  [DVB] / dietlibc / sparc64 / __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:
	membar 15
	jmp %o7+8
	casx [%o0], %o1, %o2
.size __CAS, .-__CAS

LinuxTV legacy CVS <linuxtv.org/cvs>