diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2014-09-03 07:44:34 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2014-09-03 07:44:34 +0000 |
commit | ee2e721419b313f47e3c4616d6ee7e8558b87b0c (patch) | |
tree | 924415b1866d3f888a3d8bceef4ce1b84ab06833 /sys/arch/amd64/conf | |
parent | 9e0efdecc7f3d08b11b7d213cfabeedbffd26d53 (diff) |
Sync amd64 and i386 GENERIC.MP with other arches by
including a commented-out MP_LOCKDEBUG option
ok mpi@ phessler@ dlg@ guenther@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC.MP | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC.MP b/sys/arch/amd64/conf/GENERIC.MP index 90d5f98b88d..722ace652cc 100644 --- a/sys/arch/amd64/conf/GENERIC.MP +++ b/sys/arch/amd64/conf/GENERIC.MP @@ -1,7 +1,8 @@ -# $OpenBSD: GENERIC.MP,v 1.10 2008/12/22 16:35:28 deraadt Exp $ +# $OpenBSD: GENERIC.MP,v 1.11 2014/09/03 07:44:33 blambert Exp $ include "arch/amd64/conf/GENERIC" option MULTIPROCESSOR +#option MP_LOCKDEBUG cpu* at mainbus? |