summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-11-12 20:29:46 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-11-12 20:29:46 +0000
commitb8d774983f09c3432bb10b1647c44644d9f8e9b9 (patch)
tree1d578b7324e02527447b9250baff94773857b7d3 /sys/dev
parent42b5053d40906497c03681c6c1d414f1f1bd836a (diff)
splimp -> splvm
ok miod@ martin@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ncr5380sbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ncr5380sbc.c b/sys/dev/ic/ncr5380sbc.c
index e39361e5ef8..b6afc0239d0 100644
--- a/sys/dev/ic/ncr5380sbc.c
+++ b/sys/dev/ic/ncr5380sbc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr5380sbc.c,v 1.17 2003/10/21 18:58:49 jmc Exp $ */
+/* $OpenBSD: ncr5380sbc.c,v 1.18 2005/11/12 20:29:45 brad Exp $ */
/* $NetBSD: ncr5380sbc.c,v 1.13 1996/10/13 01:37:25 christos Exp $ */
/*
@@ -1341,7 +1341,7 @@ ncr5380_select(sc, sr)
* after we enter arbitration up until we assert SEL.
* Avoid long interrupts during this period.
*/
- s = splimp(); /* XXX: Begin time-critical section */
+ s = splvm(); /* XXX: Begin time-critical section */
*(sc->sci_odata) = 0x80; /* OUR_ID */
*(sc->sci_mode) = SCI_MODE_ARB;