summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2018-08-14 08:53:46 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-19 14:52:14 -0500
commit8247477571339e0cba2d06d0701378e029628806 (patch)
treee447f7900216b8daccbb43d5fac7491dc7fea97d /src/usr/runtime
parentf359d22efddd78b8c3f5839a2f6d812a9a81f6f9 (diff)
downloadtalos-hostboot-8247477571339e0cba2d06d0701378e029628806.tar.gz
talos-hostboot-8247477571339e0cba2d06d0701378e029628806.zip
Update computeNonPhypRtTarget for P9C OPAL
Code walks through all targets, but inner filters only used functional. Update filter to all Change-Id: I6351dca6c1ce03a68c641b86603775e0cf953027 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64406 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/customize_attrs_for_payload.C8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/runtime/customize_attrs_for_payload.C b/src/usr/runtime/customize_attrs_for_payload.C
index 88be0ebc4..1846512b7 100644
--- a/src/usr/runtime/customize_attrs_for_payload.C
+++ b/src/usr/runtime/customize_attrs_for_payload.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -148,7 +148,8 @@ errlHndl_t computeNonPhypRtTarget(
getParentAffinityTargets(targetList,
i_pTarget,
TARGETING::CLASS_UNIT,
- TARGETING::TYPE_DMI);
+ TARGETING::TYPE_DMI,
+ TARGETING::UTIL_FILTER_ALL);
if( targetList.empty() )
{
@@ -186,7 +187,8 @@ errlHndl_t computeNonPhypRtTarget(
getParentAffinityTargets(targetList,
target,
TARGETING::CLASS_CHIP,
- TARGETING::TYPE_PROC);
+ TARGETING::TYPE_PROC,
+ TARGETING::UTIL_FILTER_ALL);
if(targetList.empty())
{
OpenPOWER on IntegriCloud