summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-03-26 12:44:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-04 10:46:22 -0500
commit1be9762f6c1112555176ba474fe9a294c2ff1d95 (patch)
treef9cd540d06baabfbaa6664eb4519315f2005c1cf /src/usr/initservice
parent8c7a27be94470541d184cfec495b6cfe63953733 (diff)
downloadtalos-hostboot-1be9762f6c1112555176ba474fe9a294c2ff1d95.tar.gz
talos-hostboot-1be9762f6c1112555176ba474fe9a294c2ff1d95.zip
Manage core special wakeup state of in HostBoot
Change-Id: I0480f373a93e03722954ca14a95bf0e8f2b2928f CQ: SW252399 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9925 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/initservice')
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.C9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.C b/src/usr/initservice/istepdispatcher/istepdispatcher.C
index 0df0ac825..c2afaf215 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.C
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.C
@@ -1460,6 +1460,15 @@ void IStepDispatcher::handleProcFabIovalidMsg(msg_t * & io_pMsg)
"Returned from cpu_all_winkle." );
}
+ // Re-enable p8_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