Module Name: src
Committed By: tsutsui
Date: Sun Feb 20 15:47:28 UTC 2011
Modified Files:
src/sys/arch/cobalt/cobalt: machdep.c
Log Message:
Remove leftover debug stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/cobalt/cobalt/machdep.c
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/cobalt/cobalt/machdep.c
diff -u src/sys/arch/cobalt/cobalt/machdep.c:1.110 src/sys/arch/cobalt/cobalt/machdep.c:1.111
--- src/sys/arch/cobalt/cobalt/machdep.c:1.110 Sun Feb 20 07:54:10 2011
+++ src/sys/arch/cobalt/cobalt/machdep.c Sun Feb 20 15:47:28 2011
@@ -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