summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-03-11 15:07:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-03-11 15:07:30 +0000
commite3a7d7a0a24221a87ff318ab6bcd2c505090a0fa (patch)
tree9649a61f1a88cf25a70f75db71b388b7a5deee89 /sys/arch/powerpc
parentf726d67de94d819c8a8b12c5d21f4d00312dc9b5 (diff)
cbb needs IPL_VM to be defined now.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/include/intr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h
index c93af460b72..3877adb2579 100644
--- a/sys/arch/powerpc/include/intr.h
+++ b/sys/arch/powerpc/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.29 2005/04/19 15:29:48 mickey Exp $ */
+/* $OpenBSD: intr.h,v 1.30 2006/03/11 15:07:29 miod Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA.
@@ -40,7 +40,8 @@
#define IPL_AUDIO IPL_BIO /* XXX - was defined this val in audio_if.h */
#define IPL_NET 2
#define IPL_TTY 3
-#define IPL_IMP 4
+#define IPL_VM 4
+#define IPL_IMP IPL_VM
#define IPL_CLOCK 5
#define IPL_HIGH 6
#define IPL_NUM 7