summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common/hwasCallout.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/common/hwasCallout.C')
-rw-r--r--src/usr/hwas/common/hwasCallout.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hwas/common/hwasCallout.C b/src/usr/hwas/common/hwasCallout.C
index c93cf6c32..bdaaea2f5 100644
--- a/src/usr/hwas/common/hwasCallout.C
+++ b/src/usr/hwas/common/hwasCallout.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -49,6 +49,8 @@ namespace HWAS
#ifdef __HOSTBOOT_RUNTIME // defined in hwas.C
HWAS_TD_t g_trac_imp_hwas = NULL; // important - slow
TRAC_INIT(&g_trac_imp_hwas, "HWAS_I", KILOBYTE );
+HWAS_TD_t g_trac_dbg_hwas = NULL; // fast debug
+TRAC_INIT(&g_trac_dbg_hwas, "HWAS", KILOBYTE );
#endif
using namespace HWAS::COMMON;
OpenPOWER on IntegriCloud