summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_pool.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-06-24 17:06:14 +0000
committermiod <miod@openbsd.org>2001-06-24 17:06:14 +0000
commit05b87d6c6f9fe4549e77b3c9520a35390e61a76f (patch)
tree5a4441cc7bb01b848f5f29bfdb4977f880c9b4cc /sys/kern/subr_pool.c
parentDefine splvm() for arches who don't already provide it, with the same (diff)
downloadwireguard-openbsd-05b87d6c6f9fe4549e77b3c9520a35390e61a76f.tar.xz
wireguard-openbsd-05b87d6c6f9fe4549e77b3c9520a35390e61a76f.zip
No need to define splvm() here anymore.
art@ ok
Diffstat (limited to 'sys/kern/subr_pool.c')
-rw-r--r--sys/kern/subr_pool.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_pool.c b/sys/kern/subr_pool.c
index 66a9aea22f0..cbb7f8ad949 100644
--- a/sys/kern/subr_pool.c
+++ b/sys/kern/subr_pool.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_pool.c,v 1.8 2001/06/24 16:00:47 art Exp $ */
+/* $OpenBSD: subr_pool.c,v 1.9 2001/06/24 17:06:14 miod Exp $ */
/* $NetBSD: subr_pool.c,v 1.59 2001/06/05 18:51:04 thorpej Exp $ */
/*-
@@ -61,7 +61,6 @@
*/
#define __predict_false(X) ((X) != 0)
#define __predict_true(X) ((X) != 0)
-#define splvm splimp
#define SIMPLELOCK_INITIALIZER { SLOCK_UNLOCKED }
#ifdef LOCKDEBUG
#define simple_lock_freecheck(a, s) do { /* nothing */ } while (0)