Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2001 16:16:17 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include mutex.h
Message-ID:  <200101140016.f0E0GHJ84252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/01/13 16:16:17 PST

  Modified files:
    sys/i386/include     mutex.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.21      +5 -1      src/sys/i386/include/mutex.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101140016.f0E0GHJ84252>