summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-07-22 11:08:02 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-07-22 11:08:02 +0000
commit34cd03abfe2aa7402afa526953c7064a41f1d949 (patch)
tree275ca81e6e016357db3eb2a0ee8ae74e2ce8f54b /sys
parent49d3438242f092e58c957444f4922f66d840c634 (diff)
Add missing mplock.h file.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc64/include/mplock.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/powerpc64/include/mplock.h b/sys/arch/powerpc64/include/mplock.h
new file mode 100644
index 00000000000..24acddeb377
--- /dev/null
+++ b/sys/arch/powerpc64/include/mplock.h
@@ -0,0 +1,10 @@
+/* $OpenBSD: mplock.h,v 1.1 2020/07/22 11:08:01 kettenis Exp $ */
+
+/* public domain */
+
+#ifndef _MACHINE_MPLOCK_H_
+#define _MACHINE_MPLOCK_H_
+
+#define __USE_MI_MPLOCK
+
+#endif /* !_MACHINE_MPLOCK_H */