Skip to content

Commit

Permalink
Comment why we add INSTANCE_PATH specifically for SMPGROUP
Browse files Browse the repository at this point in the history
Change-Id: Iece3678f64ef623464144b3f6a189d0516e01564
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59313
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
aravnair-in authored and dcrowell77 committed Jun 7, 2018
1 parent 27bf395 commit 14a61c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/usr/targeting/common/Targets.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,8 @@ sub setCommonAttrForChiplet
}
elsif ($tgt_type eq "SMPGROUP")
{
# SMPGROUP inherits the same INSTANCE_PATH as its parent OBUS which
# messes up the HUID -NID mapping, hence adding the below line
$self->setAttribute($target, "INSTANCE_PATH", $target);
$unit_pos = $pos%2;
}
Expand Down

0 comments on commit 14a61c9

Please sign in to comment.