summaryrefslogtreecommitdiffstats
path: root/src/usr/fsiscom
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-09-24 11:57:51 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-10-18 09:32:34 -0500
commit18413b3e326870add40055dddb2e75639d7afa32 (patch)
tree209ac1833b5d7368a6377a854eb9924488a7533d /src/usr/fsiscom
parenta515f16a4a30847dd466c1bce57cf2ec79126c39 (diff)
downloadblackbird-hostboot-18413b3e326870add40055dddb2e75639d7afa32.tar.gz
blackbird-hostboot-18413b3e326870add40055dddb2e75639d7afa32.zip
Tweaks to traces for runtime error handling
Change-Id: I64a7b74852f663a6ed7267da3b973298d90d3be2 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66543 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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Richard Ward <rward15@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/fsiscom')
-rw-r--r--src/usr/fsiscom/runtime/rt_fsiscom.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/fsiscom/runtime/rt_fsiscom.C b/src/usr/fsiscom/runtime/rt_fsiscom.C
index 69c4ccd6b..334b75900 100644
--- a/src/usr/fsiscom/runtime/rt_fsiscom.C
+++ b/src/usr/fsiscom/runtime/rt_fsiscom.C
@@ -395,7 +395,8 @@ static std::map<TARGETING::Target *, std::map<uint64_t, uint64_t>> g_scomCache;
*/
void switchToFspScomAccess(TARGETING::TargetHandle_t i_target)
{
- TRACDCOMP(g_trac_fsiscom,ENTER_MRK"switchToFspScomAccess");
+ TRACFCOMP(g_trac_fsiscom,ENTER_MRK"switchToFspScomAccess : %.8X",
+ TARGETING::get_huid(i_target));
errlHndl_t l_err = NULL;
// Need to mark the target's DMI channel and all targets below it
@@ -508,7 +509,7 @@ void switchToFspScomAccess(TARGETING::TargetHandle_t i_target)
g_scomCache[l_membuf] = l_newmap;
}
- TRACDCOMP(g_trac_fsiscom,EXIT_MRK"switchToFspScomAccess");
+ TRACFCOMP(g_trac_fsiscom,EXIT_MRK"switchToFspScomAccess");
}
OpenPOWER on IntegriCloud