summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amd64/conf/GENERIC.MP3
-rw-r--r--sys/arch/i386/conf/GENERIC.MP3
2 files changed, 4 insertions, 2 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?
diff --git a/sys/arch/i386/conf/GENERIC.MP b/sys/arch/i386/conf/GENERIC.MP
index 14e593a190e..86aa3cc345b 100644
--- a/sys/arch/i386/conf/GENERIC.MP
+++ b/sys/arch/i386/conf/GENERIC.MP
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC.MP,v 1.8 2008/12/26 17:10:45 deraadt Exp $
+# $OpenBSD: GENERIC.MP,v 1.9 2014/09/03 07:44:33 blambert Exp $
#
# GENERIC.MP - sample multiprocessor kernel
#
@@ -6,5 +6,6 @@
include "arch/i386/conf/GENERIC"
option MULTIPROCESSOR # Multiple processor support
+#option MP_LOCKDEBUG
cpu* at mainbus?