summaryrefslogtreecommitdiffstats
path: root/src/usr/trace
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-08-05 15:33:12 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-08-06 10:47:15 -0500
commit507f42c384cb8bd8ff42dddb505738eaeb22ab78 (patch)
treec6dbb823d77a0029ffbac22c4f52d0be2d459671 /src/usr/trace
parent88470967455cbcb75b1e137b8deda8776d882acd (diff)
downloadtalos-hostboot-507f42c384cb8bd8ff42dddb505738eaeb22ab78.tar.gz
talos-hostboot-507f42c384cb8bd8ff42dddb505738eaeb22ab78.zip
Send final async message for trace extract buf.
Change-Id: I677463ef481e4cd7fd616f5be5e49c0d4cea3b8a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12638 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/trace')
-rw-r--r--src/usr/trace/daemon/daemon.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/trace/daemon/daemon.C b/src/usr/trace/daemon/daemon.C
index cdf3885cc..259d79da3 100644
--- a/src/usr/trace/daemon/daemon.C
+++ b/src/usr/trace/daemon/daemon.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -757,6 +759,9 @@ namespace TRACEDAEMON
// curBuffer pointer is transfered to mailbox now.
}
+ // Send one last message to the SP to indicate we're done.
+ sendExtractBuffer(NULL, 0);
+
}
void Daemon::writeScratchReg(uint64_t i_value)
OpenPOWER on IntegriCloud