Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2007 19:40:26 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_object.c
Message-ID:  <200702271940.l1RJeQjH052374@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-02-27 19:40:26 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_object.c 
  Log:
  Use pause() in vm_object_deallocate() to yield the CPU to the lock holder
  rather than a tsleep() on &proc0.  The only wakeup on &proc0 is intended
  to awaken the swapper, not random threads blocked in
  vm_object_deallocate().
  
  Revision  Changes    Path
  1.375     +1 -1      src/sys/vm/vm_object.c



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