summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-12-02 22:31:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-12-02 22:31:27 +0000
commitd97f4b5b3aaf819aa07d9b4d19eaabf0f2b5d8cd (patch)
tree5cc25e3def690f2ced72f2259b3a5711c54224bf /sys/arch/mvme68k/include
parent9da400de2c8f0cb2b97c887d8664a2e476efc323 (diff)
One last missing IPL_VM.
Diffstat (limited to 'sys/arch/mvme68k/include')
-rw-r--r--sys/arch/mvme68k/include/intr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/include/intr.h b/sys/arch/mvme68k/include/intr.h
index f59dcd6d086..fc343405588 100644
--- a/sys/arch/mvme68k/include/intr.h
+++ b/sys/arch/mvme68k/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.15 2007/05/15 13:46:22 martin Exp $ */
+/* $OpenBSD: intr.h,v 1.16 2007/12/02 22:31:26 miod Exp $ */
/*
* Copyright (C) 2000 Steve Murphree, Jr.
* All rights reserved.
@@ -66,6 +66,7 @@ u_int8_t allocate_sir(void (*proc)(void *), void *arg);
#define IPL_BIO 2
#define IPL_NET 3
#define IPL_TTY 3
+#define IPL_VM 3
#define IPL_CLOCK 5
#define IPL_STATCLOCK 5
#define IPL_HIGH 7