summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-10-15 13:07:50 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-10-31 10:53:27 -0500
commit420044aa017b534e92e3043d6bda85eeff3c7a59 (patch)
treef17c2968d8a0e2ec26196bbdae9a15f79dbd7186 /src/usr/hwpf/hwp/core_activate
parent9e06d5728ef2c3759ebc967cc92a353212a636fe (diff)
downloadtalos-hostboot-420044aa017b534e92e3043d6bda85eeff3c7a59.tar.gz
talos-hostboot-420044aa017b534e92e3043d6bda85eeff3c7a59.zip
SW282647: proc_check_slw_done.C - code propagation
Change-Id: I8ee6ec5e253388f9b85fcbf6a687122553d1e319 CQ:SW282647 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14020 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14021 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/core_activate')
-rwxr-xr-xsrc/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C b/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C
index 8f4da5611..3e159f51f 100755
--- a/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C
+++ b/src/usr/hwpf/hwp/core_activate/proc_check_slw_done/proc_check_slw_done.C
@@ -22,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: proc_check_slw_done.C,v 1.8 2014/09/10 21:49:44 cmolsen Exp $
+// $Id: proc_check_slw_done.C,v 1.9 2014/10/09 23:00:47 cmolsen Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_check_slw_done.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -239,7 +239,7 @@ proc_check_slw_done(const fapi::Target& i_ex_target)
// If chiplet not in ETR, collected FFDC and return
if (!ex_test_bit)
{
- FAPI_ERR("EX %d is not in current SLW EXE Trigger 0x%016llX", l_ex_number, data.getDoubleWord(0));
+ FAPI_ERR("EX %d is not in current SLW EXE Trigger 0x%016llX", l_ex_number, etr.getDoubleWord(0));
const uint64_t& GP3 = gp3.getDoubleWord(0);
const uint64_t& PMGP0 = pmgp0.getDoubleWord(0);
const uint64_t& PMGP1 = pmgp1.getDoubleWord(0);
OpenPOWER on IntegriCloud