Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/cobalt Remove leftover debug stuff.



details:   https://anonhg.NetBSD.org/src/rev/89d2e0f05d6e
branches:  trunk
changeset: 762405:89d2e0f05d6e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 20 15:47:28 2011 +0000

description:
Remove leftover debug stuff.

diffstat:

 sys/arch/cobalt/cobalt/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d39a57d4a283 -r 89d2e0f05d6e sys/arch/cobalt/cobalt/machdep.c
--- a/sys/arch/cobalt/cobalt/machdep.c  Sun Feb 20 15:41:22 2011 +0000
+++ b/sys/arch/cobalt/cobalt/machdep.c  Sun Feb 20 15:47:28 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.110 2011/02/20 07:54:10 matt Exp $       */
+/*     $NetBSD: machdep.c,v 1.111 2011/02/20 15:47:28 tsutsui Exp $    */
 
 /*-
  * Copyright (c) 2006 Izumi Tsutsui.  All rights reserved.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.110 2011/02/20 07:54:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.111 2011/02/20 15:47:28 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -281,7 +281,7 @@
 #endif
        KASSERT(&lwp0 == curlwp);
 #ifdef DDB
-//     if (boothowto & RB_KDB)
+       if (boothowto & RB_KDB)
                Debugger();
 #endif
 #ifdef KGDB



Home | Main Index | Thread Index | Old Index