summaryrefslogtreecommitdiffstats
path: root/src/usr/util/runtime/rt_fwnotify.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/util/runtime/rt_fwnotify.C')
-rw-r--r--src/usr/util/runtime/rt_fwnotify.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/usr/util/runtime/rt_fwnotify.C b/src/usr/util/runtime/rt_fwnotify.C
index 350f4d1da..6ef3e8fc4 100644
--- a/src/usr/util/runtime/rt_fwnotify.C
+++ b/src/usr/util/runtime/rt_fwnotify.C
@@ -266,17 +266,6 @@ void occActiveNotification( void * i_data )
{
l_err = NVDIMM::notifyNvdimmProtectionChange(l_proc,
NVDIMM::OCC_ACTIVE);
- // Arm the nvdimms
- Target* l_sys = nullptr;
- targetService().getTopLevelTarget( l_sys );
- assert(l_sys, "occActiveNotification: no TopLevelTarget");
-
- if (l_sys->getAttr<ATTR_NVDIMM_AUTO_ARM>())
- {
- TARGETING::TargetHandleList l_nvdimmTargetList =
- TARGETING::getProcNVDIMMs(l_proc);
- NVDIMM::nvdimmArm(l_nvdimmTargetList);
- }
}
else
{
OpenPOWER on IntegriCloud