Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf Remove HPCMIPS_FLUSHCACHE_XXX debug code.



details:   https://anonhg.NetBSD.org/src/rev/8d9bf5300f20
branches:  trunk
changeset: 523179:8d9bf5300f20
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 05 16:16:45 2002 +0000

description:
Remove HPCMIPS_FLUSHCACHE_XXX debug code.

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  5 ++---
 sys/arch/hpcmips/conf/MPC303  |  5 ++---
 sys/arch/hpcmips/conf/VR41XX  |  5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diffs (79 lines):

diff -r f641f1744cab -r 8d9bf5300f20 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Tue Mar 05 16:16:03 2002 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Tue Mar 05 16:16:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.107 2002/02/11 11:44:36 takemura Exp $
+# $NetBSD: GENERIC,v 1.108 2002/03/05 16:16:45 simonb Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 include                "arch/hpcmips/conf/std.hpcmips.vr41"
 include                "arch/hpcmips/conf/std.hpcmips.tx39"
 
-#ident                 "GENERIC-$Revision: 1.107 $"
+#ident                 "GENERIC-$Revision: 1.108 $"
 
 maxusers       16
 
@@ -62,7 +62,6 @@
 
 #options       SYSCALL_DEBUG           # for debug
 #options       HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug
-#options       HPCMIPS_FLUSHCACHE_XXX  # for debug
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 
 # Filesystem options
diff -r f641f1744cab -r 8d9bf5300f20 sys/arch/hpcmips/conf/MPC303
--- a/sys/arch/hpcmips/conf/MPC303      Tue Mar 05 16:16:03 2002 +0000
+++ b/sys/arch/hpcmips/conf/MPC303      Tue Mar 05 16:16:45 2002 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: MPC303,v 1.11 2002/01/27 14:18:11 takemura Exp $
+#      $NetBSD: MPC303,v 1.12 2002/03/05 16:16:45 simonb Exp $
 #      From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
 #
 # Kernel configuration file for Victor MP-C303; enami's test machine.
@@ -7,7 +7,7 @@
 
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.11 $"
+#ident                 "GENERIC-$Revision: 1.12 $"
 
 maxusers       16
 
@@ -51,7 +51,6 @@
 
 #options       SYSCALL_DEBUG           # for debug
 #options       HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug
-#options       HPCMIPS_FLUSHCACHE_XXX  # for debug
 
 # Filesystem options
 file-system    FFS             # fast filesystem with user and group quotas
diff -r f641f1744cab -r 8d9bf5300f20 sys/arch/hpcmips/conf/VR41XX
--- a/sys/arch/hpcmips/conf/VR41XX      Tue Mar 05 16:16:03 2002 +0000
+++ b/sys/arch/hpcmips/conf/VR41XX      Tue Mar 05 16:16:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: VR41XX,v 1.5 2002/02/28 18:26:05 uch Exp $
+# $NetBSD: VR41XX,v 1.6 2002/03/05 16:16:45 simonb Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include                "arch/hpcmips/conf/std.hpcmips"
 include                "arch/hpcmips/conf/std.hpcmips.vr41"
-#ident                 "GENERIC-$Revision: 1.5 $"
+#ident                 "GENERIC-$Revision: 1.6 $"
 
 maxusers       16
 
@@ -63,7 +63,6 @@
 
 #options       SYSCALL_DEBUG           # for debug
 #options       HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug
-#options       HPCMIPS_FLUSHCACHE_XXX  # for debug
 
 # Filesystem options
 file-system    FFS             # fast filesystem with user and group quotas



Home | Main Index | Thread Index | Old Index