diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2018-06-01 14:16:26 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2018-06-01 14:16:26 +0000 |
commit | 3b4e360793198a5dc5352405a4fa4059928e535f (patch) | |
tree | b65c9d76e402daf759eb2be6e10878886391fb4e /sys/arch/arm64/conf/GENERIC.MP | |
parent | 5c58787f71f6f8f471a2e446ca8f5e72ad960a6b (diff) |
Enable witness(4) on select architectures to help the current MP work.
Requested by deraadt@
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC.MP')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC.MP | 3 |
1 files changed, 2 insertions, 1 deletions
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? |