summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/cache
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2016-07-28 02:31:26 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-02-10 16:42:14 -0500
commit86ac03f63a620df522c1192648f24c6f7a9207b9 (patch)
treec3c43b216e68dbdb651f7e76cc4cec738f9205b3 /src/import/chips/p9/procedures/hwp/cache
parentf0400cbacd0bff74841a87c47dcc35897057221c (diff)
downloadtalos-hostboot-86ac03f63a620df522c1192648f24c6f7a9207b9.tar.gz
talos-hostboot-86ac03f63a620df522c1192648f24c6f7a9207b9.zip
Fix for the EKB build failure caused by hcd constant
Change-Id: Ic3d2e02518f455b7566150f5895ef8f300a6f920 Original-Change-Id: Ic2e3cb17cd54a1e4759cc5f267e39ce8349d1b12 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27554 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36110 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/cache')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_l2_stopclocks.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_l2_stopclocks.C b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_l2_stopclocks.C
index 2a2d7b3ae..2c625af25 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_l2_stopclocks.C
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_l2_stopclocks.C
@@ -75,7 +75,8 @@ p9_hcd_l2_stopclocks(
FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_CHIP_UNIT_POS, l_perv,
l_attr_chip_unit_pos));
- l_attr_chip_unit_pos = l_attr_chip_unit_pos - p9hcd::PERV_TO_QUAD_POS_OFFSET;
+// l_attr_chip_unit_pos = l_attr_chip_unit_pos - p9hcd::PERV_TO_QUAD_POS_OFFSET;
+ l_attr_chip_unit_pos = l_attr_chip_unit_pos - 0x10;
if (i_select_ex & p9hcd::EVEN_EX)
{
OpenPOWER on IntegriCloud