summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-14 18:15:28 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-14 18:15:28 +0000
commitdd7443d6c571f753f12953aa9280863884fda76e (patch)
treeac3df03bc704eb1e911e5555f20da7861c65c534 /sys/arch/sun3/include
parentec4406dcfdc51482dfa213c22d01bf6a7155c2a2 (diff)
remove old #define of splx() and update rei funciton in locore.s
Diffstat (limited to 'sys/arch/sun3/include')
-rw-r--r--sys/arch/sun3/include/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/param.h b/sys/arch/sun3/include/param.h
index 266312289d4..58273ce19a2 100644
--- a/sys/arch/sun3/include/param.h
+++ b/sys/arch/sun3/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.10 1997/02/14 18:01:59 kstailey Exp $ */
+/* $OpenBSD: param.h,v 1.11 1997/02/14 18:15:27 kstailey Exp $ */
/* $NetBSD: param.h,v 1.34 1996/03/04 05:04:40 cgd Exp $ */
/*
@@ -178,7 +178,6 @@
#define spl5() _spl(PSL_S|PSL_IPL5)
#define spl6() _spl(PSL_S|PSL_IPL6)
#define spl7() _spl(PSL_S|PSL_IPL7)
-#define splx(x) _spl(x)
/* IPL used by soft interrupts: netintr(), softclock() */
#define splsoftclock() spl1()