From 7b95461118d83a8f536104debf9493e89f79d1cf Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Sat, 18 Aug 2001 19:46:05 +0000 Subject: We still need splimp. --- sys/arch/sparc64/include/psl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/sparc64/include/psl.h') diff --git a/sys/arch/sparc64/include/psl.h b/sys/arch/sparc64/include/psl.h index ea20f99f20c..0bad01843ec 100644 --- a/sys/arch/sparc64/include/psl.h +++ b/sys/arch/sparc64/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.1 2001/08/18 04:16:40 jason Exp $ */ +/* $OpenBSD: psl.h,v 1.2 2001/08/18 19:46:04 art Exp $ */ /* $NetBSD: psl.h,v 1.20 2001/04/13 23:30:05 thorpej Exp $ */ /* @@ -388,6 +388,7 @@ SPLHOLD(spllpt, PIL_LPT) * Memory allocation (must be as high as highest network, tty, or disk device) */ SPLHOLD(splvm, PIL_IMP) +#define splimp splvm SPLHOLD(splclock, PIL_CLOCK) -- cgit v1.2.3