summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-02-15 10:41:31 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-16 20:22:29 -0500
commit35165b3476254ee9a6f95786b93e6425ed6482a2 (patch)
treeb660147a42574839bc32cdf8dcd4f99249a991a4 /src/usr/initservice
parent2d6ba11ae2fc6dd2aca923be277cb94ef7e95c92 (diff)
downloadtalos-hostboot-35165b3476254ee9a6f95786b93e6425ed6482a2.tar.gz
talos-hostboot-35165b3476254ee9a6f95786b93e6425ed6482a2.zip
Remove all explicit calls to special_wakeup from hostboot code
The only time that special wakeup should be called on the hostboot platform is when it is called by other HWPs. PM_RESET will only enable special wakeup if the SKIP_WAKEUP attribute is set to 0 Change-Id: Ib9939eae857fa5113a876a717f8169e150b78318 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54148 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/initservice')
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.C b/src/usr/initservice/istepdispatcher/istepdispatcher.C
index 65c549629..db92b1b31 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.C
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.C
@@ -2152,15 +2152,6 @@ void IStepDispatcher::handleProcFabIovalidMsg(msg_t * & io_pMsg)
"Returned from cpu_all_winkle." );
}
- // Re-enable cpu special wakeup
- err = ESTABLISH_SYSTEM_SMP::enableSpecialWakeup();
- if (err)
- {
- TRACFCOMP( g_trac_initsvc,
- "ERROR: ESTABLISH_SYSTEM_SMP::enableSpecialWakeup");
- errlCommit(err, INITSVC_COMP_ID);
- }
-
err = MBOX::resume();
if (err)
{
OpenPOWER on IntegriCloud