Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2001 20:14:25 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 exception.s genassym.c src/sys/i386/include mutex.h src/sys/sys mutex.h
Message-ID:  <200101200414.f0K4EPN36494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2001/01/19 20:14:25 PST

  Modified files:
    sys/i386/i386        exception.s genassym.c 
    sys/i386/include     mutex.h 
    sys/sys              mutex.h 
  Log:
  Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call the
  appropriate function, rather than doing a horse-and-buggy
  acquire.  They now take the mutex type as an arg and can be
  used with sleep as well as spin mutexes.
  
  Revision  Changes    Path
  1.78      +3 -3      src/sys/i386/i386/exception.s
  1.99      +1 -8      src/sys/i386/i386/genassym.c
  1.25      +17 -103   src/sys/i386/include/mutex.h
  1.18      +3 -2      src/sys/sys/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?200101200414.f0K4EPN36494>