Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 16:37:19 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mutex.c
Message-ID:  <200012120037.eBC0bJZ93571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2000/12/11 16:37:18 PST

  Modified files:
    sys/kern             kern_mutex.c 
  Log:
  Oops, the witness mutex is a spin lock, so use MTX_SPIN in the call to
  mtx_init().  Since the witness code ignores its internal mutex, this
  doesn't result in any functional change.
  
  Revision  Changes    Path
  1.28      +2 -2      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?200012120037.eBC0bJZ93571>