Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2006 02:37:58 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mutex.c src/sys/sys lock_profile.h mutex.h
Message-ID:  <200612160237.kBG2bwCW018838@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2006-12-16 02:37:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_mutex.c 
    sys/sys              lock_profile.h mutex.h 
  Log:
  - Fix some gcc warnings in lock_profile.h
  - add cnt_hold cnt_lock support for spin mutexes
  - make sure contested is initialized to zero to only bump contested when appropriate
  - move initialization function to kern_mutex.c to avoid cyclic dependency between
    mutex.h and lock_profile.h
  
  Revision  Changes    Path
  1.179     +20 -6     src/sys/kern/kern_mutex.c
  1.8       +16 -18    src/sys/sys/lock_profile.h
  1.86      +4 -0      src/sys/sys/mutex.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612160237.kBG2bwCW018838>