summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-04-19 15:29:49 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-04-19 15:29:49 +0000
commit59ad80f2e0263fe5914ec08e4adf85fe3f5bf3f1 (patch)
tree03dd89b4904868f16022984422ccd71995c499b5 /sys/arch/powerpc/include
parent6743c0abb9adc7d82993ab522b4d4452d46c74a3 (diff)
nothing uses spllowersoftclock() anymore
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r--sys/arch/powerpc/include/intr.h3
1 files changed, 1 insertions, 2 deletions
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)