Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf - remove options LOCKDEBUG; is set in ...



details:   https://anonhg.NetBSD.org/src/rev/72c0d8eb91d3
branches:  trunk
changeset: 764200:72c0d8eb91d3
user:      cliff <cliff%NetBSD.org@localhost>
date:      Thu Apr 14 05:05:35 2011 +0000

description:
- remove options LOCKDEBUG; is set in XLSATX64.MP
- option MIPS_DDB_WATCH is deprecated, removed

diffstat:

 sys/arch/evbmips/conf/XLSATX |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r a045103b75df -r 72c0d8eb91d3 sys/arch/evbmips/conf/XLSATX
--- a/sys/arch/evbmips/conf/XLSATX      Thu Apr 14 01:03:23 2011 +0000
+++ b/sys/arch/evbmips/conf/XLSATX      Thu Apr 14 05:05:35 2011 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: XLSATX,v 1.3 2011/03/18 02:14:55 cliff Exp $
+#      $NetBSD: XLSATX,v 1.4 2011/04/14 05:05:35 cliff Exp $
 
 include        "arch/evbmips/conf/std.rmixl"
 
-#ident                 "XLSATX-$Revision: 1.3 $"
+#ident                 "XLSATX-$Revision: 1.4 $"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
@@ -39,13 +39,11 @@
 options        USERCONF        # userconf(4) support
 #options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 options        DDB             # kernel dynamic debugger
-options        MIPS_DDB_WATCH  # enable T_WATCH (see IEU_DEFAUTURE[DBE])
 options        DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
 options        SYMTAB_SPACE=500000     # size for embedded symbol table
 #options       DDB_COMMANDONENTER="trace;show registers"
 options        DB_MAX_LINE=-1
-options        LOCKDEBUG
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index