summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/dev/mt.c')
-rw-r--r--sys/arch/hp300/dev/mt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/mt.c b/sys/arch/hp300/dev/mt.c
index a93ad40172e..d8bab8503d2 100644
--- a/sys/arch/hp300/dev/mt.c
+++ b/sys/arch/hp300/dev/mt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mt.c,v 1.7 2001/05/01 16:51:10 millert Exp $ */
+/* $OpenBSD: mt.c,v 1.8 2002/02/15 20:45:30 nordin Exp $ */
/* $NetBSD: mt.c,v 1.8 1997/03/31 07:37:29 scottr Exp $ */
/*
@@ -509,7 +509,7 @@ spl_mtintr(arg)
hpibppclear(sc->sc_hpibno);
mtintr(sc);
- (void) splx(s);
+ splx(s);
}
void
@@ -519,7 +519,7 @@ spl_mtstart(arg)
int s = splbio();
mtstart(arg);
- (void) splx(s);
+ splx(s);
}
void