summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep21/call_host_runtime_setup.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep21/call_host_runtime_setup.C')
-rw-r--r--src/usr/isteps/istep21/call_host_runtime_setup.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/isteps/istep21/call_host_runtime_setup.C b/src/usr/isteps/istep21/call_host_runtime_setup.C
index 2c2fa0f35..c3c77666a 100644
--- a/src/usr/isteps/istep21/call_host_runtime_setup.C
+++ b/src/usr/isteps/istep21/call_host_runtime_setup.C
@@ -584,6 +584,13 @@ void* call_host_runtime_setup (void *io_pArgs)
do
{
+ // Enable PM Complex Reset FFDC to HOMER
+ TARGETING::Target * sys = nullptr;
+ TARGETING::targetService().getTopLevelTarget (sys);
+ assert (sys != nullptr,
+ "call_host_runtime_setup() system target is nullptr");
+ sys->trySetAttr <ATTR_PM_RESET_FFDC_ENABLE> (0x01);
+
// Send the master node frequency attribute info
// to slave nodes
l_err = sendFreqAttrData();
OpenPOWER on IntegriCloud