summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/utils
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2017-02-21 19:39:03 +0100
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 17:07:03 -0500
commit03f2b91cc0ac070d8ed521a666d6e9c7e14647af (patch)
tree113beaf524c735400cecdf6f41fe4c7e6825f609 /import/chips/p9/utils
parent7a7d627741408233dbf079852e66a666e93f0d13 (diff)
downloadtalos-hcode-03f2b91cc0ac070d8ed521a666d6e9c7e14647af.tar.gz
talos-hcode-03f2b91cc0ac070d8ed521a666d6e9c7e14647af.zip
p9_tor: fix tor_access_ring failure
Commit 33317 removed a couple of the lines that need to be kept. Impacts CME and SGPE. Change-Id: I5fccae529051c9ccfcff9042b67d238f8f5a94d3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36801 Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Diffstat (limited to 'import/chips/p9/utils')
-rw-r--r--import/chips/p9/utils/imageProcs/p9_tor.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_tor.C b/import/chips/p9/utils/imageProcs/p9_tor.C
index d257b1b3..068f3844 100644
--- a/import/chips/p9/utils/imageProcs/p9_tor.C
+++ b/import/chips/p9/utils/imageProcs/p9_tor.C
@@ -594,6 +594,7 @@ int get_ring_from_sgpe_image ( void* i_ringSection, // Ring sectio
{
spge_offset = 0;
i_ddLevelOffset = 0;
+ temp = be32toh(spge_offset);
}
GenRingIdList* ring_id_list_common = NULL;
@@ -887,6 +888,7 @@ int get_ring_from_cme_image ( void* i_ringSection, // Ring section
{
cme_offset = 0;
i_ddLevelOffset = 0;
+ temp = be32toh(cme_offset);
}
GenRingIdList* ring_id_list_common = NULL;
OpenPOWER on IntegriCloud