6385479 strlen panic running 32 bit kernel on ts-v40z-1
authordilpreet
Tue, 14 Feb 2006 13:53:19 -0800
changeset 1437 f7af50463d25
parent 1436 a1a9d4851dc4
child 1438 e88c9869d700
6385479 strlen panic running 32 bit kernel on ts-v40z-1
usr/src/uts/common/os/fm.c
usr/src/uts/i86pc/cpu/amd_opteron/ao_mca.c
--- a/usr/src/uts/common/os/fm.c	Tue Feb 14 11:56:30 2006 -0800
+++ b/usr/src/uts/common/os/fm.c	Tue Feb 14 13:53:19 2006 -0800
@@ -1215,5 +1215,5 @@
 	}
 
 	fm_payload_set(payload, FM_EREPORT_PAYLOAD_NAME_STACK,
-	    DATA_TYPE_STRING_ARRAY, FM_STK_DEPTH, stkpp, NULL);
+	    DATA_TYPE_STRING_ARRAY, depth, stkpp, NULL);
 }
--- a/usr/src/uts/i86pc/cpu/amd_opteron/ao_mca.c	Tue Feb 14 11:56:30 2006 -0800
+++ b/usr/src/uts/i86pc/cpu/amd_opteron/ao_mca.c	Tue Feb 14 13:53:19 2006 -0800
@@ -57,7 +57,7 @@
 #include "ao_mca_disp.h"
 
 errorq_t *ao_mca_queue;			/* machine-check ereport queue */
-int ao_mca_stack_flag = 1;		/* record stack trace in ereports */
+int ao_mca_stack_flag = 0;		/* record stack trace in ereports */
 int ao_mca_smi_disable = 1;		/* attempt to disable SMI polling */
 
 ao_bank_regs_t ao_bank_regs[AMD_MCA_BANK_COUNT] = {