summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2013-05-17 19:38:53 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2013-05-17 19:38:53 +0000
commit23aa67d94df599971e63a34d1b596d5c2dcd7204 (patch)
tree27e040172442ddb70716a9160536fd2e77f23985 /sys/arch/hppa64
parente4cd83a56a360f734e9ba7092609e5b077e403e6 (diff)
Add a dummy IPL_MPSAFE definition.
ok miod@, mikeb@
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r--sys/arch/hppa64/include/intr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/hppa64/include/intr.h b/sys/arch/hppa64/include/intr.h
index f4007111df5..61fcb4b27fa 100644
--- a/sys/arch/hppa64/include/intr.h
+++ b/sys/arch/hppa64/include/intr.h
@@ -35,6 +35,8 @@
#define IPL_HIGH 10
#define IPL_IPI 11
+#define IPL_MPSAFE 0 /* no "mpsafe" interrupts */
+
#define IST_NONE 0
#define IST_PULSE 1
#define IST_EDGE 2