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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to