diff options
author | crgeddes <crgeddes@us.ibm.com> | 2017-04-18 09:04:47 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-23 11:07:41 -0400 |
commit | 5865a928059b01c1a467003f8328debd3e63a452 (patch) | |
tree | 0bf4841dfcbacfcf268d4b6fa6daebd5bec8def3 | |
parent | a687d34c172ceefc0d00e3cc3f9e0c0dff4fcb29 (diff) | |
download | talos-hostboot-5865a928059b01c1a467003f8328debd3e63a452.tar.gz talos-hostboot-5865a928059b01c1a467003f8328debd3e63a452.zip |
Fix comemnts for new func that send FIFO chip-op to slave chips
I forgot to update this comment when I added this new function
Change-Id: I3378a29227e4a0b2ec538d3e78df38c7bac84073
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39366
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r-- | src/usr/isteps/istep06/host_discover_targets.C | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/isteps/istep06/host_discover_targets.C b/src/usr/isteps/istep06/host_discover_targets.C index 500f9a2f2..4e0870089 100644 --- a/src/usr/isteps/istep06/host_discover_targets.C +++ b/src/usr/isteps/istep06/host_discover_targets.C @@ -230,9 +230,8 @@ bool deassertSpecialWakeupOnCores(ISTEP_ERROR::IStepError & io_istepError) } /** -* @brief Walk through the cores and ensure special wakeup is disabled -* from all srcs. -* +* @brief Walk through list of PROC chip targets and send a continueMPIPL +* FIFO chip-op to all of the slave PROC chips * * @return errlHndl_t */ |