diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2012-11-05 10:01:43 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-14 11:22:43 -0600 |
commit | 72c7d197703ed889940358611d8164d176af7c65 (patch) | |
tree | b261c98da63bfeb2e41b79fee4e7b2bc0c062684 /src/usr/xscom | |
parent | 468f784bbdb2176387a4f1f9ad3f0b10d15ad918 (diff) | |
download | talos-hostboot-72c7d197703ed889940358611d8164d176af7c65.tar.gz talos-hostboot-72c7d197703ed889940358611d8164d176af7c65.zip |
Move components to slow-buffer as appropriate
Change-Id: Ife675112b7522a03e1e44d838e7af8fdd1af5b56
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2521
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/xscom')
-rw-r--r-- | src/usr/xscom/xscom.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/xscom/xscom.C b/src/usr/xscom/xscom.C index 2f1308468..f97639dd0 100644 --- a/src/usr/xscom/xscom.C +++ b/src/usr/xscom/xscom.C @@ -46,7 +46,7 @@ // Trace definition trace_desc_t* g_trac_xscom = NULL; -TRAC_INIT(&g_trac_xscom, "XSCOM", 4096); +TRAC_INIT(&g_trac_xscom, "XSCOM", 4096, TRACE::BUFFER_SLOW); namespace XSCOM { |