summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arch/powerpc64/include/intr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/powerpc64/include/intr.h b/sys/arch/powerpc64/include/intr.h
index 12b7ad42374..362f9d92c83 100644
--- a/sys/arch/powerpc64/include/intr.h
+++ b/sys/arch/powerpc64/include/intr.h
@@ -11,6 +11,7 @@
#define IPL_STATCLOCK IPL_CLOCK
#define IPL_HIGH 15
#define IPL_MPFLOOR IPL_TTY
+#define IPL_MPSAFE 0
#define spl0() 9
#define splsoftclock() 0
@@ -28,5 +29,8 @@
#define splx(s) (void)s
#define splassert(x)
+#define splsoftassert(x)
+
+#define intr_barrier(x)
#include <machine/softintr.h>