diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2014-01-27 15:33:09 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-02-14 12:41:36 -0600 |
| commit | 10a93afdbdd5bccc9a10b797d66b008580ba16bb (patch) | |
| tree | caddb050384fe2eb4cd8844c59a28d9ea9e8b7c0 /src/include/usr/errl/errlprvt.H | |
| parent | 5850220077f29041920e83de66ec458dac9c82a7 (diff) | |
| download | blackbird-hostboot-10a93afdbdd5bccc9a10b797d66b008580ba16bb.tar.gz blackbird-hostboot-10a93afdbdd5bccc9a10b797d66b008580ba16bb.zip | |
Hostboot Serviceability Review Part 2
Resolving TODOs and ensuring error logs have correct callouts
Change-Id: Ic2e65427487fb91553ffe4ed6e3ed922004963ba
RTC: 92837
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8374
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl/errlprvt.H')
| -rw-r--r-- | src/include/usr/errl/errlprvt.H | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/usr/errl/errlprvt.H b/src/include/usr/errl/errlprvt.H index 1f4e1e401..36bae4df0 100644 --- a/src/include/usr/errl/errlprvt.H +++ b/src/include/usr/errl/errlprvt.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -112,8 +112,10 @@ private: ErrlSctnHdr iv_header; // section header for any/all sections - uint64_t iv_created; // TODO Expects BCD_time8_t, but using timebase - uint64_t iv_committed; // TODO Expects BCD_time8_t, but using timebase + uint64_t iv_created; // TODO RTC 35258 Expects BCD_time8_t, but using + // timebase + uint64_t iv_committed; // TODO RTC 35258 Expects BCD_time8_t, but using + // timebase uint8_t iv_cid; // Creator 'B' (enum errlCreator) uint8_t iv_sctns; // count of sections uint32_t iv_plid; // platform log id |

