summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/psl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/include/psl.h')
-rw-r--r--sys/arch/sun3/include/psl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/psl.h b/sys/arch/sun3/include/psl.h
index 9b3ab051df4..2c5199f2e9a 100644
--- a/sys/arch/sun3/include/psl.h
+++ b/sys/arch/sun3/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.8 2000/07/14 14:24:54 miod Exp $ */
+/* $OpenBSD: psl.h,v 1.9 2001/01/03 01:48:07 miod Exp $ */
/* $NetBSD: psl.h,v 1.14 1998/11/24 17:07:54 kleink Exp $ */
/*-
@@ -124,7 +124,7 @@ _splraise(int new)
#define spl7() _spl(PSL_S|PSL_IPL7)
#define splx(x) _spl(x)
-/* IPL used by soft interrupts: netintr(), softclock() */
+/* IPL used by soft interrupts: netisr, softclock() */
#define spllowersoftclock() spl1()
#define splsoftclock() spl1()
#define splsoftnet() spl1()