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/powerpc/include/intr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/powerpc/include') diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h index b25f69bc436..c93af460b72 100644 --- a/sys/arch/powerpc/include/intr.h +++ b/sys/arch/powerpc/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.28 2004/12/24 22:50:30 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.29 2005/04/19 15:29:48 mickey Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA. @@ -142,7 +142,6 @@ set_sint(int pending) #define splclock() splraise(imask[IPL_CLOCK]) #define splvm() splraise(imask[IPL_IMP]) #define splstatclock() splhigh() -#define spllowersoftclock() spllower(SINT_CLOCK) #define splsoftclock() splraise(SINT_CLOCK) #define splsoftnet() splraise(SINT_NET|SINT_CLOCK) #define splsofttty() splraise(SINT_TTY|SINT_NET|SINT_CLOCK) -- cgit v1.2.3