Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2000 10:21:07 -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:  <200012081821.eB8IL7l80129@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2000/12/08 10:21:07 PST

  Modified files:
    sys/i386/include     mutex.h 
  Log:
  Argh, revert the clobber changes.  Since %ecx and %edx aren't call safe,
  calling the C functions mtx_enter_hard() and mtx_exit_hard() clobbers them.
  Note that %eax is also not call safe, but it is already clobbered due to
  cmpxchg.  However, now we are back to not compiling again, so these macros
  are still left disabled for now.
  
  Revision  Changes    Path
  1.18      +10 -10    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?200012081821.eB8IL7l80129>