From 86ac03f63a620df522c1192648f24c6f7a9207b9 Mon Sep 17 00:00:00 2001 From: Sangeetha T S Date: Thu, 28 Jul 2016 02:31:26 -0500 Subject: 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 Reviewed-by: YUE DU Reviewed-by: Richard J. Knight Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36110 Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Reviewed-by: Christian R. Geddes --- src/import/chips/p9/procedures/hwp/cache/p9_hcd_l2_stopclocks.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import/chips/p9/procedures/hwp') 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) { -- cgit v1.2.1