summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-23 00:47:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-23 00:47:48 +0000
commit504371a3a7567d378904148bd72a583bfefd3ac8 (patch)
treed06a7c0ec03c96dccccfd97d7c4c3b7913788177 /sys/arch/sun3
parent0561b5902d9306e8912d30724e6473e5e791f1c1 (diff)
Remove splsched() declaration and related stuff.
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/include/psl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/psl.h b/sys/arch/sun3/include/psl.h
index 66d6390219a..605c941115c 100644
--- a/sys/arch/sun3/include/psl.h
+++ b/sys/arch/sun3/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.10 2001/06/24 17:05:43 miod Exp $ */
+/* $OpenBSD: psl.h,v 1.11 2001/11/23 00:47:47 miod Exp $ */
/* $NetBSD: psl.h,v 1.14 1998/11/24 17:07:54 kleink Exp $ */
/*-
@@ -157,7 +157,6 @@ _splraise(int new)
/* Block out all interrupts (except NMI of course). */
#define splhigh() spl7()
-#define splsched() spl7()
#endif /* KERNEL && !_LOCORE */
#endif /* _SUN3_PSL_H_ */