summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/include/intr.h')
-rw-r--r--sys/arch/hp300/include/intr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/intr.h b/sys/arch/hp300/include/intr.h
index 0b17340d699..4b97d69e245 100644
--- a/sys/arch/hp300/include/intr.h
+++ b/sys/arch/hp300/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.14 2005/01/14 22:39:29 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.15 2005/04/19 15:29:47 mickey Exp $ */
/* $NetBSD: intr.h,v 1.2 1997/07/24 05:43:08 scottr Exp $ */
/*-
@@ -126,7 +126,6 @@ extern unsigned short hp300_impipl;
#define IPL_HIGH 7
/* These spl calls are used by machine-independent code. */
-#define spllowersoftclock() spl1()
#define splsoftclock() spl1()
#define splsoftnet() spl1()
#define splbio() _splraise(hp300_bioipl)