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().
Description
Description
Details
Details
- Provenance
jhb Authored on - Parents
- rS167090: Forced commit (cut&paste error in the MFC):
- Branches
- Unknown
- Tags