summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/common')
-rw-r--r--src/usr/hwas/common/deconfigGard.C24
1 files changed, 0 insertions, 24 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;
OpenPOWER on IntegriCloud