K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-14T09:55:21.000000Z K 7 svn:log V 244 Fix the atomic_load_acq() and atomic_store_rel() functions to properly implement memory fences for the 486+. The 386 still uses versions w/o memory fences as all operations on the 386 are not program ordered. The 386 versions are not MP safe. END