Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/next68k/conf Remove nonexistent options SWAPDEBUG.



details:   https://anonhg.NetBSD.org/src/rev/f828e881ade5
branches:  trunk
changeset: 373451:f828e881ade5
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 11 07:32:44 2023 +0000

description:
Remove nonexistent options SWAPDEBUG.

diffstat:

 sys/arch/next68k/conf/GENERIC |  5 ++---
 sys/arch/next68k/conf/SLAB    |  3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 5ed887a693cf -r f828e881ade5 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Sat Feb 11 07:22:30 2023 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Sat Feb 11 07:32:44 2023 +0000
@@ -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 @@
 
 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       PMAP_DEBUG
 options        SCSIDEBUG
 options        SCSIVERBOSE             # Verbose SCSI errors
-options        SWAPDEBUG
 
 # Compatibility options
 include        "conf/compat_netbsd09.config"
diff -r 5ed887a693cf -r f828e881ade5 sys/arch/next68k/conf/SLAB
--- a/sys/arch/next68k/conf/SLAB        Sat Feb 11 07:22:30 2023 +0000
+++ b/sys/arch/next68k/conf/SLAB        Sat Feb 11 07:32:44 2023 +0000
@@ -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 @@
 #options       PMAP_DEBUG
 options        SCSIDEBUG
 options        SCSIVERBOSE             # Verbose SCSI errors
-options        SWAPDEBUG
 
 # Compatibility options
 include        "conf/compat_netbsd14.config"



Home | Main Index | Thread Index | Old Index