From 00d1eed8323f3add6273b62fe277d00cd8518bca Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Mon, 16 May 2011 01:22:14 +0100 Subject: 1037 bfe references random 'halt' symbol Reviewed by: Jason King Reviewed by: Gordon Ross Approved by: Eric Schrock --- usr/src/uts/common/io/bfe/bfe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src') diff --git a/usr/src/uts/common/io/bfe/bfe.c b/usr/src/uts/common/io/bfe/bfe.c index f53f02a968..d8dba0f65b 100644 --- a/usr/src/uts/common/io/bfe/bfe.c +++ b/usr/src/uts/common/io/bfe/bfe.c @@ -2122,7 +2122,7 @@ bfe_error_handler(bfe_t *bfe, int intr_mask) } /* 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; } -- cgit v1.2.3