diff options
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r-- | sys/vm/vm_object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 2dd28be..c5427ca 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -516,7 +516,7 @@ vm_object_deallocate(vm_object_t object) * priority than the current thread. * Let the lower priority thread run. */ - tsleep(&proc0, PVM, "vmo_de", 1); + pause("vmo_de", 1); continue; } /* |