K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-14T00:16:17.000000Z K 7 svn:log V 219 Work around the broken atomic_store_rel_ptr() on the i386 arch by just using atomic_cmpset_rel_ptr() instead for _release_lock_quick(). When atomic_store_rel_ptr() is functional and MP safe, then this can be reverted. END