diff options
Diffstat (limited to 'sys/vm/vm_object.c')
| -rw-r--r-- | sys/vm/vm_object.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 3a283256be91..4df862b0cb56 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -642,8 +642,6 @@ vm_object_terminate(vm_object_t object) TAILQ_REMOVE(&vm_object_list, object, object_list); mtx_unlock(&vm_object_list_mtx); - wakeup(object); - /* * Free the space for the object. */ |
