Module Name:    src
Committed By:   christos
Date:           Mon Mar  7 00:11:34 UTC 2016

Modified Files:
        src/sys/arch/sparc64/dev: iommu.c

Log Message:
Don't throw us in the debugger!


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/sparc64/dev/iommu.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/sparc64/dev/iommu.c
diff -u src/sys/arch/sparc64/dev/iommu.c:1.110 src/sys/arch/sparc64/dev/iommu.c:1.111
--- src/sys/arch/sparc64/dev/iommu.c:1.110	Sun Sep  6 19:47:09 2015
+++ src/sys/arch/sparc64/dev/iommu.c	Sun Mar  6 19:11:33 2016
@@ -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 @@ iommu_dvmamap_unload(bus_dma_tag_t t, bu
 #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);

Reply via email to