On Thu, Feb 18, 2010 at 08:47:39PM -0700, M. Warner Losh wrote:
> In message: <[email protected]>
>             Bernd Walter <[email protected]> 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 <[email protected]> http://www.bwct.de
Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"

Reply via email to