summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-27 18:25:57 +0000
committerattilio <attilio@FreeBSD.org>2013-02-27 18:25:57 +0000
commit31dffb7b334330eefec18840429954f89bc2b4e8 (patch)
tree8cc29fda42075fa14aa55ee938537228f20c48b6 /sys/vm/vm_object.h
parentcd86838830a0f7f6c87f7c0c9b103a8d596284e3 (diff)
downloadFreeBSD-src-31dffb7b334330eefec18840429954f89bc2b4e8.zip
FreeBSD-src-31dffb7b334330eefec18840429954f89bc2b4e8.tar.gz
Merge from vmcontention
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index fa806a3..97e8750 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -208,7 +208,6 @@ extern struct vm_object kmem_object_store;
#define VM_OBJECT_LOCK(object) mtx_lock(&(object)->mtx)
#define VM_OBJECT_LOCK_ASSERT(object, type) \
mtx_assert(&(object)->mtx, (type))
-#define VM_OBJECT_LOCKED(object) mtx_owned(&(object)->mtx)
#define VM_OBJECT_SLEEP(object, wchan, pri, wmesg, timo) \
msleep((wchan), &(object)->mtx, (pri), \
(wmesg), (timo))
OpenPOWER on IntegriCloud