summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-20 10:40:27 +0000
committerattilio <attilio@FreeBSD.org>2013-02-20 10:40:27 +0000
commit6a2e2ce522a097de5dab15c95de81db5c42d8c36 (patch)
tree06a6333259187a6503a320ff84ae9bb8e7409485 /sys/vm/vm_object.h
parent658534ed5a02db4fef5b0630008502474d6c26d6 (diff)
downloadFreeBSD-src-6a2e2ce522a097de5dab15c95de81db5c42d8c36.zip
FreeBSD-src-6a2e2ce522a097de5dab15c95de81db5c42d8c36.tar.gz
Remove unused VM_OBJECT_LOCKPTR().
Sponsored by: EMC / Isilon storage division
Diffstat (limited to 'sys/vm/vm_object.h')
-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 c01c638..475ec5b 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -212,8 +212,6 @@ extern struct vm_object kmem_object_store;
rw_init_flags(&(object)->lock, (name), RW_DUPOK)
#define VM_OBJECT_LOCKED(object) \
rw_wowned(&(object)->lock)
-#define VM_OBJECT_LOCKPTR(object) \
- (&(object)->lock)
#define VM_OBJECT_SLEEP(wchan, object, pri, wmesg, timo) \
rw_sleep((wchan), &(object)->lock, (pri), (wmesg), (timo))
#define VM_OBJECT_TRYLOCK(object) \
OpenPOWER on IntegriCloud