summaryrefslogtreecommitdiffstats
path: root/sys/sys/_lockmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/_lockmgr.h')
-rw-r--r--sys/sys/_lockmgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/_lockmgr.h b/sys/sys/_lockmgr.h
index 11ddac6..0b99e1a 100644
--- a/sys/sys/_lockmgr.h
+++ b/sys/sys/_lockmgr.h
@@ -38,7 +38,6 @@
struct lock {
struct lock_object lock_object;
volatile uintptr_t lk_lock;
- volatile unsigned lk_recurse;
int lk_timo;
int lk_pri;
#ifdef DEBUG_LOCKS
OpenPOWER on IntegriCloud