summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/psl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/include/psl.h')
-rw-r--r--sys/arch/sparc64/include/psl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc64/include/psl.h b/sys/arch/sparc64/include/psl.h
index 87560347353..32a36b71ec2 100644
--- a/sys/arch/sparc64/include/psl.h
+++ b/sys/arch/sparc64/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.12 2005/01/05 18:42:28 fgsch Exp $ */
+/* $OpenBSD: psl.h,v 1.13 2005/04/19 15:29:48 mickey Exp $ */
/* $NetBSD: psl.h,v 1.20 2001/04/13 23:30:05 thorpej Exp $ */
/*
@@ -405,8 +405,6 @@ extern __inline int name() \
SPL(spl0, 0)
-SPL(spllowersoftclock, 1)
-
SPLHOLD(splsoftint, 1)
#define splsoftclock splsoftint
#define splsoftnet splsoftint
@@ -459,7 +457,6 @@ SPLHOLD(splhigh, PIL_HIGH)
#ifdef SPLDEBUG
#define spl0() spl0X(__FILE__, __LINE__)
-#define spllowersoftclock() spllowersoftclockX(__FILE__, __LINE__)
#define splsoftint() splsoftintX(__FILE__, __LINE__)
#define splausoft() splausoftX(__FILE__, __LINE__)
#define splfdsoft() splfdsoftX(__FILE__, __LINE__)