summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep16/call_host_activate_master.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep16/call_host_activate_master.C')
-rw-r--r--src/usr/isteps/istep16/call_host_activate_master.C10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/usr/isteps/istep16/call_host_activate_master.C b/src/usr/isteps/istep16/call_host_activate_master.C
index ad2d57961..a90a97549 100644
--- a/src/usr/isteps/istep16/call_host_activate_master.C
+++ b/src/usr/isteps/istep16/call_host_activate_master.C
@@ -87,10 +87,9 @@ void* call_host_activate_master (void *io_pArgs)
"Target HUID %.8X",
TARGETING::get_huid(l_fapi2_coreTarget));
-// @TODO RTC:147553 Enable startDeadmanLoop
-//In the future possibly move default "waitTime" value to SBEIO code
-// uint64_t waitTime = 10000;
-// l_errl = SBEIO::startDeadmanLoop(waitTime);
+ //In the future possibly move default "waitTime" value to SBEIO code
+ uint64_t waitTime = 10000;
+ l_errl = SBEIO::startDeadmanLoop(waitTime);
if ( l_errl )
{
@@ -237,8 +236,7 @@ void* call_host_activate_master (void *io_pArgs)
"Call proc_stop_deadman_timer. Target %.8X",
TARGETING::get_huid(l_core_target) );
-// @TODO RTC:147553 Enable stopDeadmanLoop
-// l_errl = SBEIO::stopDeadmanLoop();
+ l_errl = SBEIO::stopDeadmanLoop();
if ( l_errl )
{
OpenPOWER on IntegriCloud