summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/psl.h
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-18 19:46:05 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-18 19:46:05 +0000
commit7b95461118d83a8f536104debf9493e89f79d1cf (patch)
tree184cecf7d0e1d508b2b165a5ec0d46c653b82498 /sys/arch/sparc64/include/psl.h
parent15d6ad284f0af5998901f415984185ee5734c247 (diff)
We still need splimp.
Diffstat (limited to 'sys/arch/sparc64/include/psl.h')
-rw-r--r--sys/arch/sparc64/include/psl.h3
1 files changed, 2 insertions, 1 deletions
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)