summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2012-01-18 12:52:54 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-01-21 08:59:55 -0600
commit3f916bbc415d43620a4b62b6ea22e75fd3785072 (patch)
treed5d4a9efa824616a02069137f11f91ce98af2411 /src/usr/hwpf
parente34527e8f72bfde8dce055399ebe6a1a3b18f5f0 (diff)
downloadtalos-hostboot-3f916bbc415d43620a4b62b6ea22e75fd3785072.tar.gz
talos-hostboot-3f916bbc415d43620a4b62b6ea22e75fd3785072.zip
HWPF: Reduce number of Hostboot FAPI trace buffers from 4 to 2
Change-Id: Ie4429dfd9ed16f0676886641996de925bbd69764 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/619 Tested-by: Jenkins Server Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r--src/usr/hwpf/plat/fapiPlatUtil.C8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatUtil.C b/src/usr/hwpf/plat/fapiPlatUtil.C
index 9094a94f6..829eb757d 100644
--- a/src/usr/hwpf/plat/fapiPlatUtil.C
+++ b/src/usr/hwpf/plat/fapiPlatUtil.C
@@ -40,19 +40,15 @@
//******************************************************************************
// Trace descriptors
//******************************************************************************
-trace_desc_t* g_fapiInfTd;
+trace_desc_t* g_fapiTd;
trace_desc_t* g_fapiImpTd;
-trace_desc_t* g_fapiErrTd;
-trace_desc_t* g_fapiDbgTd;
trace_desc_t* g_fapiScanTd;
//******************************************************************************
// Global TracInit objects. Construction will initialize the trace buffer
//******************************************************************************
-TRAC_INIT(&g_fapiInfTd, FAPI_INF_TRACE_NAME, 4096);
+TRAC_INIT(&g_fapiTd, FAPI_TRACE_NAME, 4096);
TRAC_INIT(&g_fapiImpTd, FAPI_IMP_TRACE_NAME, 4096);
-TRAC_INIT(&g_fapiErrTd, FAPI_ERR_TRACE_NAME, 4096);
-TRAC_INIT(&g_fapiDbgTd, FAPI_DBG_TRACE_NAME, 4096);
TRAC_INIT(&g_fapiScanTd, FAPI_SCAN_TRACE_NAME, 4096);
extern "C"
OpenPOWER on IntegriCloud