summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/populate_attributes.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-09-12 10:41:02 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-09-12 14:25:48 -0500
commit7d14631253d5cd41782bc7b58751480b07b8d684 (patch)
tree75632ca755090c461717fffd7ac34693a67313fd /src/usr/runtime/populate_attributes.C
parent7ac1d851fdfe0b247fea4c1e3943811d08221f0a (diff)
downloadtalos-hostboot-7d14631253d5cd41782bc7b58751480b07b8d684.tar.gz
talos-hostboot-7d14631253d5cd41782bc7b58751480b07b8d684.zip
Hostboot - Updated HWPs from defect SW222043 (Power Management Significant)
Change-Id: I2054d8de283fa65fa4aa79b5dce344a726067408 CQ: SW218817 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6129 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/populate_attributes.C')
-rw-r--r--src/usr/runtime/populate_attributes.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/runtime/populate_attributes.C b/src/usr/runtime/populate_attributes.C
index 0af17b6d3..061283faf 100644
--- a/src/usr/runtime/populate_attributes.C
+++ b/src/usr/runtime/populate_attributes.C
@@ -181,7 +181,7 @@ struct node_data_t
MAX_PROCS_RSV = P8_MAX_PROCS*2, //leave space for double
MAX_EX_RSV = MAX_PROCS_RSV*P8_MAX_EX_PER_PROC,
NUM_PROC_ATTRIBUTES = 150,
- NUM_EX_ATTRIBUTES = 10,
+ NUM_EX_ATTRIBUTES = 20,
MAX_ATTRIBUTES = MAX_PROCS_RSV*NUM_PROC_ATTRIBUTES +
MAX_EX_RSV*NUM_EX_ATTRIBUTES
};
OpenPOWER on IntegriCloud