summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-06-08 18:34:14 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-06-08 18:34:14 +0000
commitf45a5c233f78cd1523ff8eeec63d1a40108cb8f8 (patch)
tree404be0259e975bb605740502b8b5d858f93b0754 /sys
parentfc6f550de62b1fd8354a37df23908fec062a51f3 (diff)
More stubs.
Diffstat (limited to 'sys')
-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>