From 077808c588c219efbc1a0de3dc1ef3f036e26c2a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 25 Feb 2003 06:46:08 +0000 Subject: Fuse two #ifdefs with identical conditions. --- sys/vm/vm_object.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 595e78170862..1716e35b8d91 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -171,9 +171,6 @@ extern struct mtx vm_object_list_mtx; /* lock for object list and count */ extern vm_object_t kernel_object; /* the single kernel object */ extern vm_object_t kmem_object; -#endif /* _KERNEL */ - -#ifdef _KERNEL #define vm_object_lock(object) \ mtx_lock((object) == kmem_object ? &kmem_object->mtx : &Giant) #define vm_object_unlock(object) \ -- cgit v1.3