summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/pm/runtime
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2017-04-26 16:59:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-10 12:19:05 -0400
commit1f4dfe8eb4042b590d9e948591a6c285823fa548 (patch)
tree86acbe6efa9ed6ccfb4917a7b21aeb6b8fa78d18 /src/usr/isteps/pm/runtime
parent93a1479c96c011e6c98b47f6bc0ce5b267a9b28c (diff)
downloadblackbird-hostboot-1f4dfe8eb4042b590d9e948591a6c285823fa548.tar.gz
blackbird-hostboot-1f4dfe8eb4042b590d9e948591a6c285823fa548.zip
Clean up OCC and enable HTMGT
Change-Id: I0903f4bd504589d4d5931b4b3b6206664f39b119 RTC:171441 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39736 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/pm/runtime')
-rw-r--r--src/usr/isteps/pm/runtime/rt_pm.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/isteps/pm/runtime/rt_pm.C b/src/usr/isteps/pm/runtime/rt_pm.C
index 3619a2315..567fdca92 100644
--- a/src/usr/isteps/pm/runtime/rt_pm.C
+++ b/src/usr/isteps/pm/runtime/rt_pm.C
@@ -435,7 +435,11 @@ namespace RTPM
itr != procChips.end();
++itr)
{
- (*itr)->setAttr<ATTR_HOMER_VIRT_ADDR>(0);
+ uint32_t l_instance = (*itr)->getAttr<ATTR_POSITION>();
+ uint64_t l_homerAddr = g_hostInterfaces->
+ get_reserved_mem(HBRT_RSVD_MEM__HOMER,
+ l_instance);
+ (*itr)->setAttr<ATTR_HOMER_VIRT_ADDR>(l_homerAddr);
}
}
};
OpenPOWER on IntegriCloud