cvs commit: src/sys/vm vm_object.c
    John Baldwin 
    jhb at FreeBSD.org
       
    Tue Feb 27 19:40:27 UTC 2007
    
    
  
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
    
    
More information about the cvs-all
mailing list