diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-24 04:54:50 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-24 04:54:50 +0000 |
commit | 54e6cde1f9e06d9a3929c09d3e944dc10148c7a0 (patch) | |
tree | 16a503c7be417ef2ac48dd98f1463b84c8e7fac1 /sys/arch/vax | |
parent | 21a4d6cfe955614a0628c03ada85f127c1c47ca2 (diff) |
splimp -> spl6
ok martin@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/mscp/mscp_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/mscp/mscp_subr.c b/sys/arch/vax/mscp/mscp_subr.c index aea69759d36..11dba9ca0be 100644 --- a/sys/arch/vax/mscp/mscp_subr.c +++ b/sys/arch/vax/mscp/mscp_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mscp_subr.c,v 1.8 2005/11/15 07:02:37 miod Exp $ */ +/* $OpenBSD: mscp_subr.c,v 1.9 2005/11/24 04:54:49 brad Exp $ */ /* $NetBSD: mscp_subr.c,v 1.18 2001/11/13 07:38:28 lukem Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -485,7 +485,7 @@ mscp_strategy(bp, usc) struct device *usc; { struct mscp_softc *mi = (void *)usc; - int s = splimp(); + int s = spl6(); /* SIMPLEQ_INSERT_TAIL(&mi->mi_resq, bp, xxx) */ bp->b_actf = NULL; |