summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/prdfCalloutUtil.C
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2014-11-19 00:21:09 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-16 12:00:27 -0600
commit87e0e35a7698818709c0b864f39e059b77ecea45 (patch)
tree90c1287ec874b17cd62352a05f708c892186cc54 /src/usr/diag/prdf/common/plat/pegasus/prdfCalloutUtil.C
parent28253411cc210245e515edff5b166dd6114d711b (diff)
downloadtalos-hostboot-87e0e35a7698818709c0b864f39e059b77ecea45.tar.gz
talos-hostboot-87e0e35a7698818709c0b864f39e059b77ecea45.zip
PRD: Removed gard resolution and made changes in procedure callout.
Parent commit incorporates ability to specify gard policy in callout resolution. As a result, gard resolution became redundant and has been removed in this commit. Also, gard policy associated with procedure callout has been set to no gard. Change-Id: I1ff9dedc301814847bbbda2e77ba4fe0a5417901 RTC: 103773 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14639 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15740 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/prdfCalloutUtil.C')
-rw-r--r--src/usr/diag/prdf/common/plat/pegasus/prdfCalloutUtil.C8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfCalloutUtil.C b/src/usr/diag/prdf/common/plat/pegasus/prdfCalloutUtil.C
index 07e1900c6..ba6e40da7 100644
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfCalloutUtil.C
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfCalloutUtil.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -43,8 +45,8 @@ namespace CalloutUtil
void defaultError( STEP_CODE_DATA_STRUCT & i_sc )
{
- i_sc.service_data->SetCallout( NextLevelSupport_ENUM );
- i_sc.service_data->SetCallout( SP_CODE );
+ i_sc.service_data->SetCallout( NextLevelSupport_ENUM, MRU_MED, NO_GARD );
+ i_sc.service_data->SetCallout( SP_CODE, MRU_MED, NO_GARD );
i_sc.service_data->SetServiceCall();
}
OpenPOWER on IntegriCloud