summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-06-06 10:31:19 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-07 12:12:32 -0400
commit30a587af28123ad07756f5916002c7a05ae19219 (patch)
tree7e4b9d2236e714748787c1cdbb3ed6c3a119f3e7 /src
parentdb018773a22a5222cf5845235c18c5efbfcf18e1 (diff)
downloadblackbird-hostboot-30a587af28123ad07756f5916002c7a05ae19219.tar.gz
blackbird-hostboot-30a587af28123ad07756f5916002c7a05ae19219.zip
Another fix for the PPE HUIDs
Math was off by 1 for per chip max Change-Id: I991922e4f374fb60ac7828aaa2c2312f8040c3b0 CQ: SW353563 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25407 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index a8cf9557c..615fb1e4f 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -83,8 +83,8 @@ use constant
MAX_PHB_PER_PROC => 6,
MAX_MBA_PER_MEMBUF => 2,
MAX_OBUS_PER_PROC => 4,
- MAX_PPE_PER_PROC => 50, #Only 21, but they are sparsely populated
- MAX_PERV_PER_PROC => 55, #Only 42, but they are sparsely populated
+ MAX_PPE_PER_PROC => 51, #Only 21, but they are sparsely populated
+ MAX_PERV_PER_PROC => 56, #Only 42, but they are sparsely populated
MAX_CAPP_PER_PROC => 2,
MAX_SBE_PER_PROC => 1,
MAX_NV_PER_PROC => 2,
OpenPOWER on IntegriCloud