summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2011-05-16 01:22:14 +0100
committerRichard Lowe <richlowe@richlowe.net>2011-05-16 01:22:14 +0100
commit00d1eed8323f3add6273b62fe277d00cd8518bca (patch)
tree044803abe4e3ae24999387e7372a47da992272b8 /usr/src
parentd518135e63823ae076098421a8dcdfef12acf2d1 (diff)
downloadillumos-gate-00d1eed8323f3add6273b62fe277d00cd8518bca.tar.gz
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>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/io/bfe/bfe.c2
1 files changed, 1 insertions, 1 deletions
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;
}