Module Name: src
Committed By: thorpej
Date: Tue Jan 2 07:47:36 UTC 2024
Modified Files:
src/sys/arch/virt68k/conf: GENERIC
Log Message:
Comment out LOCKDEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/virt68k/conf/GENERIC
diff -u src/sys/arch/virt68k/conf/GENERIC:1.1 src/sys/arch/virt68k/conf/GENERIC:1.2
--- src/sys/arch/virt68k/conf/GENERIC:1.1 Tue Jan 2 07:40:59 2024
+++ src/sys/arch/virt68k/conf/GENERIC Tue Jan 2 07:47:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1 2024/01/02 07:40:59 thorpej Exp $
+# $NetBSD: GENERIC,v 1.2 2024/01/02 07:47:36 thorpej Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/virt68k/conf/std.virt68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1 $"
+#ident "GENERIC-$Revision: 1.2 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -42,7 +42,7 @@ options FPSP
options DDB
options DIAGNOSTIC
-options LOCKDEBUG
+#options LOCKDEBUG
#options DEBUG
#options SYSVSHM