From 4de52659849d6bdad1eb86bf30d0c7697e41dbbe Mon Sep 17 00:00:00 2001 From: Martin Peschke Date: Tue, 21 Feb 2017 19:39:03 +0100 Subject: 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 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Claus M. Olsen Reviewed-by: Brent Wieman Reviewed-by: Martin Peschke Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36804 Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/chips/p9/utils/imageProcs/p9_tor.C | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/import/chips/p9') diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.C b/src/import/chips/p9/utils/imageProcs/p9_tor.C index 19f91e8c..fcc19a8e 100644 --- a/src/import/chips/p9/utils/imageProcs/p9_tor.C +++ b/src/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; -- cgit v1.2.1