summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorsachin gupta <sgupta2m@in.ibm.com>2013-08-29 01:12:00 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-31 09:15:05 -0500
commit4ebe1982976ef5516a8e0072627d5877c6436d5f (patch)
tree8af85d3586a5d5313cc9ed73524b94656c42bf7b /src/usr
parentd0129186d3601cc3d8155bb4804ef2248a7f3917 (diff)
downloadtalos-hostboot-4ebe1982976ef5516a8e0072627d5877c6436d5f.tar.gz
talos-hostboot-4ebe1982976ef5516a8e0072627d5877c6436d5f.zip
PRD: Errl severity issue fix
Change-Id: I01468c52f9ca1f5d0b347c3ea0a7d40e97955e08 CQ: SW221885 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5955 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5991
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/diag/prdf/common/framework/service/prdfRasServices_common.C14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/prdfRasServices_common.C b/src/usr/diag/prdf/common/framework/service/prdfRasServices_common.C
index 8718ab7c2..60124def9 100644
--- a/src/usr/diag/prdf/common/framework/service/prdfRasServices_common.C
+++ b/src/usr/diag/prdf/common/framework/service/prdfRasServices_common.C
@@ -397,16 +397,13 @@ errlHndl_t ErrDataService::GenerateSrcPfa( ATTENTION_TYPE i_attnType,
}
#endif // if not __HOSTBOOT_MODULE
- // For a Recoverable Attn with MPFatal and Cause_i_attnType not
- // equal Special, make this a Predictive, Parable error.
if (!sdc.IsLogging() )
{
// This is a Hidden Log
severityParm = ERRL_SEV_INFORMATIONAL;
actionFlag = (actionFlag | ERRL_ACTION_HIDDEN);
}
- else if ( sdc.IsServiceCall() || //At Thresold
- (sdc.GetCauseAttentionType() != SPECIAL) )
+ else if ( sdc.IsServiceCall() ) //At Thresold
{
severityParm = ERRL_SEV_PREDICTIVE;
}
@@ -428,14 +425,7 @@ errlHndl_t ErrDataService::GenerateSrcPfa( ATTENTION_TYPE i_attnType,
////////////////////////////////////////////////////////////////
else if (i_attnType == SPECIAL)
{
- //SMA path on Special attn
- if ( sdc.IsLogging() || sdc.IsServiceCall() )
- {
- severityParm = ERRL_SEV_UNRECOVERABLE;
- savedLatentSdc = true; //Save this SDC as Latent SDC
- latentSdc = i_sdc;
- }
- else if (sdc.IsServiceCall())
+ if (sdc.IsServiceCall())
//Bit Steered already, or Bit Steer Not supported
{
severityParm = ERRL_SEV_PREDICTIVE;
OpenPOWER on IntegriCloud