Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/dev Don't throw us in the debugger!



details:   https://anonhg.NetBSD.org/src/rev/f70961d07bb8
branches:  trunk
changeset: 814098:f70961d07bb8
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 07 00:11:33 2016 +0000

description:
Don't throw us in the debugger!

diffstat:

 sys/arch/sparc64/dev/iommu.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 9bb8522d4e77 -r f70961d07bb8 sys/arch/sparc64/dev/iommu.c
--- a/sys/arch/sparc64/dev/iommu.c      Mon Mar 07 00:05:20 2016 +0000
+++ b/sys/arch/sparc64/dev/iommu.c      Mon Mar 07 00:11:33 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iommu.c,v 1.110 2015/09/06 23:47:09 nakayama Exp $     */
+/*     $NetBSD: iommu.c,v 1.111 2016/03/07 00:11:33 christos Exp $     */
 
 /*
  * Copyright (c) 1999, 2000 Matthew R. Green
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.110 2015/09/06 23:47:09 nakayama Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.111 2016/03/07 00:11:33 christos Exp $");
 
 #include "opt_ddb.h"
 
@@ -749,9 +749,6 @@
 #ifdef DEBUG
        if (!map->_dm_dvmastart) {
                printf("iommu_dvmamap_unload: No dvmastart is zero\n");
-#ifdef DDB
-               Debugger();
-#endif
        }
 #endif
        iommu_remove(is, map->_dm_dvmastart, map->_dm_dvmasize);



Home | Main Index | Thread Index | Old Index