Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2000 15:43:23 -0700 (PDT)
From:      Jason Evans <jasone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include mutex.h src/sys/alpha/include mutex.h src/sys/kern kern_mutex.c
Message-ID:  <200009092243.PAA40366@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2000/09/09 15:43:23 PDT

  Modified files:
    sys/i386/include     mutex.h 
    sys/alpha/include    mutex.h 
    sys/kern             kern_mutex.c 
  Log:
  Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since
  __FILE__ and __LINE__ don't get expanded usefully in inline functions.
  
  Add const to all witness*() arguments that are filenames.
  
  Revision  Changes    Path
  1.3       +15 -15    src/sys/i386/include/mutex.h
  1.4       +17 -17    src/sys/alpha/include/mutex.h
  1.3       +4 -4      src/sys/kern/kern_mutex.c



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?200009092243.PAA40366>