changeset 13402:b8164899269e

1037 bfe references random 'halt' symbol Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
author Richard Lowe <richlowe@richlowe.net>
date Mon, 16 May 2011 01:22:14 +0100
parents 246e68923cc8
children ed8234f32fb8
files usr/src/uts/common/io/bfe/bfe.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/bfe/bfe.c	Fri Jul 15 16:58:12 2011 -0400
+++ b/usr/src/uts/common/io/bfe/bfe.c	Mon May 16 01:22:14 2011 +0100
@@ -2122,7 +2122,7 @@
 	}
 
 	/* Descriptor Error */
-	if (intr_mask & BFE_ISTAT_DSCE && halt == 0) {
+	if (intr_mask & BFE_ISTAT_DSCE) {
 		bfe_error(bfe->bfe_dip, "Descriptor Error. Restarting Chip");
 		goto action;
 	}