summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/hwas/common/deconfigGard.C24
-rw-r--r--src/usr/isteps/istep10/host_proc_pcie_scominit.C2
2 files changed, 1 insertions, 25 deletions
diff --git a/src/usr/hwas/common/deconfigGard.C b/src/usr/hwas/common/deconfigGard.C
index 2e0383b91..805915f5a 100644
--- a/src/usr/hwas/common/deconfigGard.C
+++ b/src/usr/hwas/common/deconfigGard.C
@@ -1957,30 +1957,6 @@ void DeconfigGard::_deconfigureByAssoc(
_deconfigureByAssoc(*l_parentPEC,
i_errlEid,i_deconfigRule);
}
-
- // Due to shared resources, need to deconfig any PHB
- // with a higher unit position as the one that we just
- // lost
- ATTR_CHIP_UNIT_type l_myUnit =
- i_target.getAttr<ATTR_CHIP_UNIT>();
- TargetHandleList pChildList;
- targetService().getAssociated(pChildList,
- l_parentPEC,
- TargetService::CHILD,
- TargetService::ALL,
- &isFunctional);
-
- for (const auto & l_pChild: pChildList)
- {
- if( l_pChild->getAttr<ATTR_CHIP_UNIT>() > l_myUnit )
- {
- _deconfigureTarget(*l_pChild,
- i_errlEid, NULL,
- i_deconfigRule);
- _deconfigureByAssoc(*l_pChild,
- i_errlEid,i_deconfigRule);
- }
- }
}
break;
diff --git a/src/usr/isteps/istep10/host_proc_pcie_scominit.C b/src/usr/isteps/istep10/host_proc_pcie_scominit.C
index ff9075b4f..e1ffc0ac5 100644
--- a/src/usr/isteps/istep10/host_proc_pcie_scominit.C
+++ b/src/usr/isteps/istep10/host_proc_pcie_scominit.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
OpenPOWER on IntegriCloud