summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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