summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBret Lambert <blambert@cvs.openbsd.org>2007-12-13 15:15:32 +0000
committerBret Lambert <blambert@cvs.openbsd.org>2007-12-13 15:15:32 +0000
commitee724c4cb5dbfe46e45bc8f756ddb15061fd34a9 (patch)
tree85b31900dfe6d950acfc8cb5d4e930bbf150e1ff /sys
parent2268dde6650259ca8285f9a4c247d767a2e6bb29 (diff)
PNORELOCK is for msleep's mutex, not the now-gone ltsleep's interlock
update comment to match reality ok oga@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index bdf2d63b47f..787449dbf52 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.72 2007/07/25 20:07:28 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.73 2007/12/13 15:15:31 blambert Exp $ */
/* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */
/*-
@@ -113,8 +113,8 @@
#define PRIMASK 0x0ff
#define PCATCH 0x100 /* OR'd with pri for tsleep to check signals */
-#define PNORELOCK 0x200 /* OR'd with pri for ltsleep to not relock
- the interlock */
+#define PNORELOCK 0x200 /* OR'd with pri for msleep to not reaquire
+ the mutex */
#define NBPW sizeof(int) /* number of bytes per word (integer) */