diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-23 00:47:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-23 00:47:48 +0000 |
commit | 504371a3a7567d378904148bd72a583bfefd3ac8 (patch) | |
tree | d06a7c0ec03c96dccccfd97d7c4c3b7913788177 /sys/arch/hp300 | |
parent | 0561b5902d9306e8912d30724e6473e5e791f1c1 (diff) |
Remove splsched() declaration and related stuff.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/include/intr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/intr.h b/sys/arch/hp300/include/intr.h index 81cb2913207..a5a86ea7bb7 100644 --- a/sys/arch/hp300/include/intr.h +++ b/sys/arch/hp300/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.4 2000/07/06 15:25:03 ho Exp $ */ +/* $OpenBSD: intr.h,v 1.5 2001/11/23 00:47:39 miod Exp $ */ /* $NetBSD: intr.h,v 1.2 1997/07/24 05:43:08 scottr Exp $ */ /*- @@ -153,7 +153,6 @@ extern unsigned short hp300_impipl; #define splstatclock() spl6() #define splvm() spl6() #define splhigh() spl7() -#define splsched() spl7() /* watch out for side effects */ #define splx(s) ((s) & PSL_IPL ? _spl((s)) : spl0()) |