diff options
author | Chris Cain <cjcain@us.ibm.com> | 2015-01-30 12:10:28 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-09 17:58:57 -0600 |
commit | 42c08eb3adaef09645324fb96358c80a18a4b96a (patch) | |
tree | c092bfbbeb6ffabcfbd87f1badc009aadc87a010 /src/usr/htmgt/htmgt_utility.C | |
parent | eb5642b95b3ba4e2968b727ba616ad6da24ff057 (diff) | |
download | talos-hostboot-42c08eb3adaef09645324fb96358c80a18a4b96a.tar.gz talos-hostboot-42c08eb3adaef09645324fb96358c80a18a4b96a.zip |
OCC Poll Validation and startup checkpoint monitoring
Change-Id: I2f6e6d31ccd10bb6add9d608363db3e5048975a8
RTC: 117248
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15483
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/htmgt/htmgt_utility.C')
-rw-r--r-- | src/usr/htmgt/htmgt_utility.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/htmgt/htmgt_utility.C b/src/usr/htmgt/htmgt_utility.C index 8a2d61813..5cb689121 100644 --- a/src/usr/htmgt/htmgt_utility.C +++ b/src/usr/htmgt/htmgt_utility.C @@ -1,11 +1,11 @@ /* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ -/* $Source: src/usr/htmgt/tmgtutility.C $ */ +/* $Source: src/usr/htmgt/htmgt_utility.C $ */ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -36,7 +36,7 @@ namespace HTMGT // Debug flags uint32_t G_debug_data = 0; - uint32_t G_debug_trace = DEBUG_TRACE_FULL_NONVERBOSE; // TODO RTC 117248 + uint32_t G_debug_trace = DEBUG_TRACE_FULL_NONVERBOSE; // Create/Build an Error log and add HTMGT component trace |