summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/populate_attributes.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-10-28 09:08:01 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-29 17:08:43 -0500
commit665dc1aff603fee08413c24deef941d5d43d35f5 (patch)
treeacb356eab39ea7d0298ca5a275da0f538c45c71d /src/usr/runtime/populate_attributes.C
parenta905fc90c340e550710b8f0e04cfd51a781ac214 (diff)
downloadtalos-hostboot-665dc1aff603fee08413c24deef941d5d43d35f5.tar.gz
talos-hostboot-665dc1aff603fee08413c24deef941d5d43d35f5.zip
INITPROC: Incorrect setup of core/eco_vret_sel
Updates of a few procedures as well as new attribute files required to stay in sync with the HostServices code. Change-Id: I53edf88dba9a2a0a37f03cbe741334c981c50c33 CQ: SW229638 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6915 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 57ef6bf5c..091a0073f 100644
--- a/src/usr/runtime/populate_attributes.C
+++ b/src/usr/runtime/populate_attributes.C
@@ -197,7 +197,7 @@ struct node_data_t
enum {
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_PROC_ATTRIBUTES = 200,
NUM_EX_ATTRIBUTES = 20,
MAX_ATTRIBUTES = MAX_PROCS_RSV*NUM_PROC_ATTRIBUTES +
MAX_EX_RSV*NUM_EX_ATTRIBUTES
OpenPOWER on IntegriCloud