summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-08-28 10:59:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-12 10:31:05 -0500
commit7c5afbddbf0a3f795ad8404319e09a3ff00b11b8 (patch)
treedcf4b85818bc0351ddf43bdab591ec838269205f /src/usr/isteps
parentb4a7e97c1806c09f33706975f102faefcfcf5708 (diff)
downloadtalos-hostboot-7c5afbddbf0a3f795ad8404319e09a3ff00b11b8.tar.gz
talos-hostboot-7c5afbddbf0a3f795ad8404319e09a3ff00b11b8.zip
Additional tracing for shutdown events
Hit an issue where a shutdown was called but all that is traced is a msgQ pointer. These traces should help associate the msgQ pointer to an actual task being shutdown. Change-Id: Ic22fdde1a146eec90f26d557e8af1ddec3c85c4e CQ:SW443508 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65464 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> 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: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r--src/usr/isteps/istep21/call_host_start_payload.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep21/call_host_start_payload.C b/src/usr/isteps/istep21/call_host_start_payload.C
index 2d90e6b68..40febc4ac 100644
--- a/src/usr/isteps/istep21/call_host_start_payload.C
+++ b/src/usr/isteps/istep21/call_host_start_payload.C
@@ -443,7 +443,7 @@ errlHndl_t callShutdown ( uint64_t i_masterInstance,
{
// Register event to be called on shutdown
msg_q_t l_msgQ = msg_q_create();
- INITSERVICE::registerShutdownEvent(l_msgQ,
+ INITSERVICE::registerShutdownEvent(ISTEP_COMP_ID, l_msgQ,
MSG_PRE_SHUTDOWN_INITS,
INITSERVICE::PRESHUTDOWN_INIT_PRIORITY);
// Create a task to handle the messages
OpenPOWER on IntegriCloud