diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-19 15:29:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-19 15:29:49 +0000 |
commit | 59ad80f2e0263fe5914ec08e4adf85fe3f5bf3f1 (patch) | |
tree | 03dd89b4904868f16022984422ccd71995c499b5 /sys/arch/alpha | |
parent | 6743c0abb9adc7d82993ab522b4d4452d46c74a3 (diff) |
nothing uses spllowersoftclock() anymore
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/intr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/intr.h b/sys/arch/alpha/include/intr.h index 7b6713debfa..ca437f2b76f 100644 --- a/sys/arch/alpha/include/intr.h +++ b/sys/arch/alpha/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.19 2004/08/16 16:43:52 art Exp $ */ +/* $OpenBSD: intr.h,v 1.20 2005/04/19 15:29:47 mickey Exp $ */ /* $NetBSD: intr.h,v 1.26 2000/06/03 20:47:41 thorpej Exp $ */ /*- @@ -115,7 +115,6 @@ /* IPL-lowering/restoring macros */ #define splx(s) \ ((s) == ALPHA_PSL_IPL_0 ? spl0() : alpha_pal_swpipl(s)) -#define spllowersoftclock() alpha_pal_swpipl(ALPHA_PSL_IPL_SOFT) /* IPL-raising functions/macros */ int _splraise(int); |