summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Weisenbeck <bweisenb@us.ibm.com>2018-02-17 16:39:21 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-18 12:20:01 -0500
commita3eee11e4e9ebb2c61ae1febd764eaad91cd8f0b (patch)
tree3a39ac3b02ffd10af7ab7722e8cd683973474a2f
parent63580395a77a7375831cfd3f858398cfd734e10c (diff)
downloadtalos-hostboot-a3eee11e4e9ebb2c61ae1febd764eaad91cd8f0b.tar.gz
talos-hostboot-a3eee11e4e9ebb2c61ae1febd764eaad91cd8f0b.zip
Fix PEER_TARGET addr translation issue following HBRT reset
Change-Id: Ifddd5e8d6d42ee070e6390b48fd23ee87dcb3ee1 CQ:SW417474 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54317 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/targeting/runtime/attrrp_rt.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/targeting/runtime/attrrp_rt.C b/src/usr/targeting/runtime/attrrp_rt.C
index 638dd000d..826cb4a87 100644
--- a/src/usr/targeting/runtime/attrrp_rt.C
+++ b/src/usr/targeting/runtime/attrrp_rt.C
@@ -187,7 +187,7 @@ namespace TARGETING
void* AttrRP::translateAddr(void* i_pAddress,
const Target* i_pUnused)
{
- void* l_address = NULL;
+ void* l_address = i_pAddress;
for (size_t i = 0; i < iv_sectionCount; ++i)
{
OpenPOWER on IntegriCloud