diff options
-rw-r--r-- | sys/arch/amd64/conf/GENERIC.MP | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/GENERIC.MP | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC.MP | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC.MP b/sys/arch/amd64/conf/GENERIC.MP index 722ace652cc..3d5f9ca6256 100644 --- a/sys/arch/amd64/conf/GENERIC.MP +++ b/sys/arch/amd64/conf/GENERIC.MP @@ -1,8 +1,9 @@ -# $OpenBSD: GENERIC.MP,v 1.11 2014/09/03 07:44:33 blambert Exp $ +# $OpenBSD: GENERIC.MP,v 1.12 2018/06/01 14:16:25 visa Exp $ include "arch/amd64/conf/GENERIC" option MULTIPROCESSOR #option MP_LOCKDEBUG +option WITNESS cpu* at mainbus? diff --git a/sys/arch/arm64/conf/GENERIC.MP b/sys/arch/arm64/conf/GENERIC.MP index 02c6d69e100..bdeb22dc496 100644 --- a/sys/arch/arm64/conf/GENERIC.MP +++ b/sys/arch/arm64/conf/GENERIC.MP @@ -1,8 +1,9 @@ -# $OpenBSD: GENERIC.MP,v 1.1 2018/02/20 23:48:23 kettenis Exp $ +# $OpenBSD: GENERIC.MP,v 1.2 2018/06/01 14:16:25 visa Exp $ include "arch/arm64/conf/GENERIC" option MULTIPROCESSOR #option MP_LOCKDEBUG +option WITNESS cpu* at mainbus? diff --git a/sys/arch/i386/conf/GENERIC.MP b/sys/arch/i386/conf/GENERIC.MP index 86aa3cc345b..ff329f4bd30 100644 --- a/sys/arch/i386/conf/GENERIC.MP +++ b/sys/arch/i386/conf/GENERIC.MP @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.MP,v 1.9 2014/09/03 07:44:33 blambert Exp $ +# $OpenBSD: GENERIC.MP,v 1.10 2018/06/01 14:16:25 visa Exp $ # # GENERIC.MP - sample multiprocessor kernel # @@ -7,5 +7,6 @@ include "arch/i386/conf/GENERIC" option MULTIPROCESSOR # Multiple processor support #option MP_LOCKDEBUG +option WITNESS cpu* at mainbus? |