On Thu, Feb 18, 2010 at 08:47:39PM -0700, M. Warner Losh wrote:
> In message: <20100219033000.gz43...@cicely7.cicely.de>
>             Bernd Walter <ti...@cicely7.cicely.de> writes:
> : Warner - it names you in the copyright, so very likely you know this code.
> : I will build a debug version of bind, but as usual it will take some
> : time...
> 
> Make sure that the code matches our current atomics code...

There are just 3 functions.
isc_atomic_xadd and isc_atomic_store just wrap to atomic_fetchadd_int and
atomic_store_rel_int
isc_atomic_cmpxchg is inline assembly, but I don't think we have such a
function in our ARM atomic.h - at least I can't find it.

-- 
B.Walter <be...@bwct.de> http://www.bwct.de
Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to