Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 1998 01:25:45 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc_r/arch/i386 _atomic_lock.S
Message-ID:  <199806090825.BAA18247@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/06/09 01:25:44 PDT

  Modified files:
    lib/libc_r/arch/i386 _atomic_lock.S 
  Log:
  Delete the atomic unlock function since it is no longer required.
  
  Simplify the atomic lock to just write a value of 1 to the lock instead
  of taking the value passed by the caller (which just confused things).
  
  Revision  Changes    Path
  1.2       +5 -15     src/lib/libc_r/arch/i386/_atomic_lock.S



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