summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index d1c35ee..782e5c1 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -237,8 +237,6 @@ static __inline boolean_t
vm_object_cache_is_empty(vm_object_t object)
{
- VM_OBJECT_LOCK_ASSERT(object, MA_OWNED);
-
return (__predict_true(object->cache.rt_root == 0));
}
OpenPOWER on IntegriCloud