diff options
author | 2006-03-12 03:18:38 +0000 | |
---|---|---|
committer | 2006-03-12 03:18:38 +0000 | |
commit | 787bc1134c09a946ef6ca2fe02e70afd6c716a17 (patch) | |
tree | 65535adf04105e1b05545b58e007b297db7c9ea3 | |
parent | remove splimp. (diff) | |
download | wireguard-openbsd-787bc1134c09a946ef6ca2fe02e70afd6c716a17.tar.xz wireguard-openbsd-787bc1134c09a946ef6ca2fe02e70afd6c716a17.zip |
IPL_IMP -> IPL_VM
-rw-r--r-- | sys/arch/vax/include/intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/intr.h b/sys/arch/vax/include/intr.h index de66f9b6545..559586e2f20 100644 --- a/sys/arch/vax/include/intr.h +++ b/sys/arch/vax/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.1 2000/04/26 06:08:27 bjc Exp $ */ +/* $OpenBSD: intr.h,v 1.2 2006/03/12 03:18:38 brad Exp $ */ /* $NetBSD: intr.h,v 1.1 1998/08/18 23:55:00 matt Exp $ */ /* @@ -40,7 +40,7 @@ #define IPL_BIO 0 /* block I/O */ #define IPL_NET 1 /* network */ #define IPL_TTY 2 /* terminal */ -#define IPL_IMP 3 /* memory allocation */ +#define IPL_VM 3 /* memory allocation */ #define IPL_AUDIO 4 /* audio */ #define IPL_CLOCK 5 /* clock */ #define IPL_NONE 6 |