diff options
author | 2020-07-21 21:38:31 +0000 | |
---|---|---|
committer | 2020-07-21 21:38:31 +0000 | |
commit | 26774b0282b98db568d55eaf572cd868fc5fda1d (patch) | |
tree | fcd7a66511011c343eaf6964ac949625fa59d033 | |
parent | Add code to spin up the secondary CPUs. (diff) | |
download | wireguard-openbsd-26774b0282b98db568d55eaf572cd868fc5fda1d.tar.xz wireguard-openbsd-26774b0282b98db568d55eaf572cd868fc5fda1d.zip |
GENERIC.MP
-rw-r--r-- | sys/arch/powerpc64/compile/GENERIC.MP/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/powerpc64/conf/GENERIC.MP | 9 |
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? |