summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVan Lee <vanlee@us.ibm.com>2012-11-02 23:24:09 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-07 16:06:03 -0600
commit1190a8872faeac22924a4528c9fbeabdafe9fad6 (patch)
tree7f15f7b93ad575dae97b960320f99be1888f3df5
parent7b6f36d1bec12d368dafb1b380ae90056637594c (diff)
downloadtalos-hostboot-1190a8872faeac22924a4528c9fbeabdafe9fad6.tar.gz
talos-hostboot-1190a8872faeac22924a4528c9fbeabdafe9fad6.zip
Correct the setup of the input vector to proc_build_smp
Change-Id: I9383b66b868e8469c54dd4364987b52a5a855a94 RTC: 52099 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2200 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
index 22ad5a613..a796d69e9 100644
--- a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
+++ b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
@@ -93,11 +93,11 @@ void* call_proc_build_smp( void *io_pArgs )
TargetPairs_t l_abusConnections;
TargetPairs_t l_xbusConnections;
l_errl = PbusLinkSvc::getTheInstance().getPbusConnections(
- l_abusConnections, TYPE_ABUS );
+ l_abusConnections, TYPE_ABUS, false );
if (!l_errl)
{
l_errl = PbusLinkSvc::getTheInstance().getPbusConnections(
- l_xbusConnections, TYPE_XBUS );
+ l_xbusConnections, TYPE_XBUS, false );
}
// Populate l_proc_Chips vector for each good processor chip
OpenPOWER on IntegriCloud