6447560 Niagara kern mode IRU errors are no longer panic'ing system
authorrf157361
Tue, 01 Aug 2006 10:53:32 -0700
changeset 2477 2751883409dc
parent 2476 bbd5437096ba
child 2478 a8a2fa5a6c3c
6447560 Niagara kern mode IRU errors are no longer panic'ing system
usr/src/uts/sun4v/os/error.c
--- a/usr/src/uts/sun4v/os/error.c	Tue Aug 01 09:36:55 2006 -0700
+++ b/usr/src/uts/sun4v/os/error.c	Tue Aug 01 10:53:32 2006 -0700
@@ -279,7 +279,7 @@
 			    AFLT_PROT_COPY) {
 				aflt->flt_panic |= aft_panic;
 			} else if (!trampolined &&
-			    (errh_flt.errh_er.attr & ERRH_ATTR_MEM)) {
+			    (aflt->flt_class != BUS_FAULT)) {
 				aflt->flt_panic = 1;
 			}