summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2003-08-12 19:32:45 +0000
committermiod <miod@openbsd.org>2003-08-12 19:32:45 +0000
commit9032857717305e545e86f1546ef45ed1c8c6f446 (patch)
treea0443269a6bf0b7d75137d5a8e3015c037096570 /sys
parentman page for safenet 1141/1741 from freebsd with appropriate Xrs (diff)
downloadwireguard-openbsd-9032857717305e545e86f1546ef45ed1c8c6f446.tar.xz
wireguard-openbsd-9032857717305e545e86f1546ef45ed1c8c6f446.zip
Use spltty() instead of rolling our own expanded version.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme88k/dev/dart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/dart.c b/sys/arch/mvme88k/dev/dart.c
index 301b6f71c4d..643e50c6a5e 100644
--- a/sys/arch/mvme88k/dev/dart.c
+++ b/sys/arch/mvme88k/dev/dart.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dart.c,v 1.18 2002/06/12 03:49:56 miod Exp $ */
+/* $OpenBSD: dart.c,v 1.19 2003/08/12 19:32:45 miod Exp $ */
/*
* Mach Operating System
@@ -50,7 +50,7 @@
#include <mvme88k/dev/dartreg.h>
#include "dart.h"
-#define spldart() splx(IPL_TTY)
+#define spldart() spltty()
#ifdef DDB
#include <ddb/db_var.h>