diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-18 19:46:05 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-18 19:46:05 +0000 |
commit | 7b95461118d83a8f536104debf9493e89f79d1cf (patch) | |
tree | 184cecf7d0e1d508b2b165a5ec0d46c653b82498 /sys/arch | |
parent | 15d6ad284f0af5998901f415984185ee5734c247 (diff) |
We still need splimp.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/include/psl.h | 3 |
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) |