diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-05-16 01:22:14 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-05-16 01:22:14 +0100 |
commit | 00d1eed8323f3add6273b62fe277d00cd8518bca (patch) | |
tree | 044803abe4e3ae24999387e7372a47da992272b8 /usr/src | |
parent | d518135e63823ae076098421a8dcdfef12acf2d1 (diff) | |
download | illumos-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.c | 2 |
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; } |