diff options
Diffstat (limited to 'sys/arch/sparc/include/psl.h')
-rw-r--r-- | sys/arch/sparc/include/psl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/psl.h b/sys/arch/sparc/include/psl.h index 9af1062ac8d..a18d9b86e83 100644 --- a/sys/arch/sparc/include/psl.h +++ b/sys/arch/sparc/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.5 2000/07/07 11:49:39 art Exp $ */ +/* $OpenBSD: psl.h,v 1.6 2001/06/24 17:05:42 miod Exp $ */ /* $NetBSD: psl.h,v 1.12 1997/03/10 21:49:11 pk Exp $ */ /* @@ -201,6 +201,7 @@ SPLHOLD(spltty, PIL_TTY) * Memory allocation (must be as high as highest network, tty, or disk device) */ SPLHOLD(splimp, 7) +SPLHOLD(splvm, 7) /* * remove. |