diff options
author | crgeddes <crgeddes@us.ibm.com> | 2016-03-10 15:22:16 -0600 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-03-31 12:23:54 -0400 |
commit | 71df97aa6a7a27d491ed260f33bcfb78339dcd71 (patch) | |
tree | 5e84ff707710426fe619ca26348f24ecfdf0f18a /src/usr/isteps | |
parent | c38889a181c0cc7a46d4877653e52bbb6653974c (diff) | |
download | talos-hostboot-71df97aa6a7a27d491ed260f33bcfb78339dcd71.tar.gz talos-hostboot-71df97aa6a7a27d491ed260f33bcfb78339dcd71.zip |
Enable startDeadmanLoop in host_activate_master.C
Change-Id: I04c7d38860f042e392026f81f9f3772212dfe14f
Depends-on:Ib0db5ac2b9b5d5f5c2967ff97794493d867fb04b
Depends-on:Ic8bac9940b00eae01c175f51dd1872b2bb128b95
RTC:133832
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21901
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r-- | src/usr/isteps/istep16/call_host_activate_master.C | 10 |
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 ) { |