summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2018-04-24 21:15:43 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-05-03 15:53:15 -0400
commit8c59cf14daba53057e5ae9c3279cd295a89d534b (patch)
tree24396cb32ca7d5772d1092c3ae22e91a11b6c3bb /src/usr/hwas/common
parent1a9f2e8e5db5497cfbdd7efc119c4b3946ee87af (diff)
downloadtalos-hostboot-8c59cf14daba53057e5ae9c3279cd295a89d534b.tar.gz
talos-hostboot-8c59cf14daba53057e5ae9c3279cd295a89d534b.zip
Fix incorrect parent deconfig in _deconfigByAssocation
-The DMI deconfig path was using TYPE_MC as the parent type when it should have been TYPE_MI Change-Id: Iea695f3edbebe651b90ce718f67c95c15df10704 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57786 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Richard Ward <rward15@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/common')
-rw-r--r--src/usr/hwas/common/deconfigGard.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwas/common/deconfigGard.C b/src/usr/hwas/common/deconfigGard.C
index ad7cc1ecd..b070c03ec 100644
--- a/src/usr/hwas/common/deconfigGard.C
+++ b/src/usr/hwas/common/deconfigGard.C
@@ -1725,7 +1725,7 @@ void DeconfigGard::_deconfigureByAssoc(
// get parent MI
TargetHandleList pParentMitList;
getParentAffinityTargetsByState(pParentMitList, &i_target,
- CLASS_UNIT, TYPE_MC, UTIL_FILTER_PRESENT);
+ CLASS_UNIT, TYPE_MI, UTIL_FILTER_PRESENT);
HWAS_ASSERT((pParentMitList.size() <= 1),
"HWAS _deconfigureByAssoc: DMI has multiple MI parents, this is impossible");
OpenPOWER on IntegriCloud