cvs commit: src/sys/sys mutex.h

John Baldwin jhb at FreeBSD.org
Mon Feb 28 19:26:17 GMT 2005


jhb         2005-02-28 19:26:16 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mutex.h 
  Log:
  Define the _mtx_assert() function prototype as well as the MA_* constants
  if either INVARIANTS or INVARIANT_SUPPORT is defined so that kernel modules
  that want to use mtx_assert() only need to define INVARIANTS.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.75      +3 -3      src/sys/sys/mutex.h


More information about the cvs-src mailing list