summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2020-07-21 21:38:31 +0000
committerkettenis <kettenis@openbsd.org>2020-07-21 21:38:31 +0000
commit26774b0282b98db568d55eaf572cd868fc5fda1d (patch)
treefcd7a66511011c343eaf6964ac949625fa59d033
parentAdd code to spin up the secondary CPUs. (diff)
downloadwireguard-openbsd-26774b0282b98db568d55eaf572cd868fc5fda1d.tar.xz
wireguard-openbsd-26774b0282b98db568d55eaf572cd868fc5fda1d.zip
GENERIC.MP
-rw-r--r--sys/arch/powerpc64/compile/GENERIC.MP/Makefile1
-rw-r--r--sys/arch/powerpc64/conf/GENERIC.MP9
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/powerpc64/compile/GENERIC.MP/Makefile b/sys/arch/powerpc64/compile/GENERIC.MP/Makefile
new file mode 100644
index 00000000000..01b5f23410c
--- /dev/null
+++ b/sys/arch/powerpc64/compile/GENERIC.MP/Makefile
@@ -0,0 +1 @@
+.include "../Makefile.inc"
diff --git a/sys/arch/powerpc64/conf/GENERIC.MP b/sys/arch/powerpc64/conf/GENERIC.MP
new file mode 100644
index 00000000000..2606d1db5d6
--- /dev/null
+++ b/sys/arch/powerpc64/conf/GENERIC.MP
@@ -0,0 +1,9 @@
+# $OpenBSD: GENERIC.MP,v 1.1 2020/07/21 21:38:31 kettenis Exp $
+
+include "arch/powerpc64/conf/GENERIC"
+
+option MULTIPROCESSOR
+#option MP_LOCKDEBUG
+#option WITNESS
+
+cpu* at mainbus?