summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-02-18 14:07:03 +0000
committerbde <bde@FreeBSD.org>1997-02-18 14:07:03 +0000
commit6a229a98d5d18fdd2a27574f7631d07678842328 (patch)
treeda7d2f285453ffe6137ac1374aefbc92996e8405 /sys/vm/vm.h
parent1334b94f00f7e3289e4bf07ed1072779422dc443 (diff)
downloadFreeBSD-src-6a229a98d5d18fdd2a27574f7631d07678842328.zip
FreeBSD-src-6a229a98d5d18fdd2a27574f7631d07678842328.tar.gz
Removed vestiges of Mach lock types.
vm_map.h: Removed #include of <sys/proc.h>. curproc is only used in some macros and users of the macros already include <sys/proc.h>.
Diffstat (limited to 'sys/vm/vm.h')
-rw-r--r--sys/vm/vm.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/vm/vm.h b/sys/vm/vm.h
index a87c435..1fd2745 100644
--- a/sys/vm/vm.h
+++ b/sys/vm/vm.h
@@ -70,15 +70,4 @@ struct vm_page;
typedef struct vm_page *vm_page_t;
#endif
-/*
- * MACH VM locking type mappings to kernel types
- */
-#include <sys/lock.h>
-typedef struct simplelock simple_lock_data_t;
-typedef struct simplelock *simple_lock_t;
-#if 0
-typedef struct lock lock_data_t;
-typedef struct lock *lock_t;
-#endif
-
#endif /* VM_H */
OpenPOWER on IntegriCloud