summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/luna88k/include')
-rw-r--r--sys/arch/luna88k/include/intr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/luna88k/include/intr.h b/sys/arch/luna88k/include/intr.h
index 49c0875276c..df290e091af 100644
--- a/sys/arch/luna88k/include/intr.h
+++ b/sys/arch/luna88k/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.7 2011/03/23 16:54:35 pirofti Exp $ */
+/* $OpenBSD: intr.h,v 1.8 2013/12/25 10:41:55 aoyama Exp $ */
/*
* Copyright (C) 2000 Steve Murphree, Jr.
* All rights reserved.
@@ -46,6 +46,8 @@
#define IPL_NMI 7
#define IPL_ABORT 7
+#define IPL_MPSAFE 0 /* no "mpsafe" interrupts */
+
#include <m88k/intr.h>
#endif /* _MACHINE_INTR_H_ */