From 59ad80f2e0263fe5914ec08e4adf85fe3f5bf3f1 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 19 Apr 2005 15:29:49 +0000 Subject: nothing uses spllowersoftclock() anymore --- sys/arch/alpha/include/intr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/alpha') 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); -- cgit v1.2.3