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
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-01 11:47:27 -0400
commite3a591a323b938e184e35b249f997a68e0fab567 (patch)
tree6c87076582d376930da0d260176a8c5c0f428553 /src/import/chips/p9/procedures/hwp/cache
parentc9c3f24168195ecdb764924a6c0652ca3e8c8211 (diff)
downloadtalos-hostboot-e3a591a323b938e184e35b249f997a68e0fab567.tar.gz
talos-hostboot-e3a591a323b938e184e35b249f997a68e0fab567.zip
Fix for the EKB build failure caused by hcd constant
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/27584 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@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_cache_stopclocks.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
index 4901b714e..3c0dec134 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
@@ -73,7 +73,8 @@ p9_hcd_cache_stopclocks(
l_attr_vdm_enable));
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_regions & p9hcd::CLK_REGION_EX0_L3)
{
OpenPOWER on IntegriCloud