Module Name:    src
Committed By:   tsutsui
Date:           Sat Feb 11 07:32:44 UTC 2023

Modified Files:
        src/sys/arch/next68k/conf: GENERIC SLAB

Log Message:
Remove nonexistent options SWAPDEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/arch/next68k/conf/GENERIC
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/next68k/conf/SLAB

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/next68k/conf/GENERIC
diff -u src/sys/arch/next68k/conf/GENERIC:1.158 src/sys/arch/next68k/conf/GENERIC:1.159
--- src/sys/arch/next68k/conf/GENERIC:1.158	Sat Feb 11 07:12:34 2023
+++ src/sys/arch/next68k/conf/GENERIC	Sat Feb 11 07:32:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.158 2023/02/11 07:12:34 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.159 2023/02/11 07:32:44 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/next68k/conf/std.next68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.158 $"
+#ident 		"GENERIC-$Revision: 1.159 $"
 
 makeoptions	COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer"
 	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -68,7 +68,6 @@ options 	DDB_HISTORY_SIZE=100	# enable h
 #options 	PMAP_DEBUG
 options 	SCSIDEBUG
 options 	SCSIVERBOSE		# Verbose SCSI errors
-options 	SWAPDEBUG
 
 # Compatibility options
 include 	"conf/compat_netbsd09.config"

Index: src/sys/arch/next68k/conf/SLAB
diff -u src/sys/arch/next68k/conf/SLAB:1.62 src/sys/arch/next68k/conf/SLAB:1.63
--- src/sys/arch/next68k/conf/SLAB:1.62	Fri Feb  3 23:07:47 2023
+++ src/sys/arch/next68k/conf/SLAB	Sat Feb 11 07:32:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: SLAB,v 1.62 2023/02/03 23:07:47 tsutsui Exp $
+# $NetBSD: SLAB,v 1.63 2023/02/11 07:32:44 tsutsui Exp $
 #
 # deberg's development machine
 #
@@ -40,7 +40,6 @@ makeoptions	DEBUG="-g"		# debugging symb
 #options 	PMAP_DEBUG
 options 	SCSIDEBUG
 options 	SCSIVERBOSE		# Verbose SCSI errors
-options 	SWAPDEBUG
 
 # Compatibility options
 include 	"conf/compat_netbsd14.config"

Reply via email to