summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-12-14 11:35:10 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-12-14 16:09:09 -0600
commit9b53fb2a9083e62380f7bf2fb041378ef4de96ee (patch)
treeeda5b802afb44e2bbc4e047ceacf22ad9059e3d0 /src/usr/htmgt
parent96205b6f33afcef886784a3ad1362e58127aa284 (diff)
downloadtalos-hostboot-9b53fb2a9083e62380f7bf2fb041378ef4de96ee.tar.gz
talos-hostboot-9b53fb2a9083e62380f7bf2fb041378ef4de96ee.zip
Remove binary trace that hangs the console
Change-Id: I21f72dabe4963b7bf13b6a8a4b40582369f2cc99 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14899 Tested-by: Jenkins Server Reviewed-by: Christopher Cain <cjcain@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt')
-rw-r--r--src/usr/htmgt/htmgt_occcmd.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/htmgt/htmgt_occcmd.C b/src/usr/htmgt/htmgt_occcmd.C
index e21fdc10c..ef2194f02 100644
--- a/src/usr/htmgt/htmgt_occcmd.C
+++ b/src/usr/htmgt/htmgt_occcmd.C
@@ -950,12 +950,15 @@ namespace HTMGT
cmdBuffer[l_send_length++] = (iv_OccCmd.checksum >> 8) & 0xFF;
cmdBuffer[l_send_length++] = iv_OccCmd.checksum & 0xFF;
+ //@fixme-RTC:119833-this hangs HB if traces are sent out to the console
+#ifndef CONFIG_CONSOLE_OUTPUT_TRACE
if (G_debug_trace & DEBUG_TRACE_OCCCMD)
{
// Trace the command
TMGT_BIN("buildOccCmdBuffer: OCC command",
cmdBuffer, l_send_length);
}
+#endif
#ifdef SIMICS_TESTING
g_seq = iv_OccCmd.sequenceNumber;
OpenPOWER on IntegriCloud