Skip to content

Commit

Permalink
Fix for the EKB build failure caused by hcd constant
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sangeetha T S authored and crgeddes committed Feb 10, 2017
1 parent f0400cb commit 86ac03f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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)
{
Expand Down

0 comments on commit 86ac03f

Please sign in to comment.