diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2015-08-06 18:38:49 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-08-10 10:56:58 -0500 |
| commit | 6ba2412862a1548c442c9d082b2af1c5ed48a1f9 (patch) | |
| tree | af3cb64553faf6cfbfd5e5d7b3ebb5f8e5276798 /src/include | |
| parent | ec6c516c3a2228fe43e61c825ac215cf3e1a70e4 (diff) | |
| download | blackbird-hostboot-6ba2412862a1548c442c9d082b2af1c5ed48a1f9.tar.gz blackbird-hostboot-6ba2412862a1548c442c9d082b2af1c5ed48a1f9.zip | |
No SEL Callouts for Memory injects at runtime
-Fixed runtime resolution of the flag which determines if
an error log will be visable to the customer.
Change-Id: Id8c44b0dcdb5714c163ac6485a53216786f9fbcf
RTC:133158
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19658
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/errl/errlentry.H | 8 | ||||
| -rw-r--r-- | src/include/usr/errl/errlmanager.H | 10 |
2 files changed, 17 insertions, 1 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H index 6baaccf3b..891300b23 100644 --- a/src/include/usr/errl/errlentry.H +++ b/src/include/usr/errl/errlentry.H @@ -644,7 +644,7 @@ private: * The ErrlManager is the primary user of this call. * */ - void commit( compId_t i_commiterComp ); + void commit( compId_t i_commiterComp); /** @@ -736,6 +736,12 @@ private: */ bool getSkipShowingLog(); + /** + * @brief Set iv_skipShowingLogs based on the passed in value + * + * @return nothing + */ + void checkHiddenLogsEnable( ); /** diff --git a/src/include/usr/errl/errlmanager.H b/src/include/usr/errl/errlmanager.H index 89b545263..92fcac9b6 100644 --- a/src/include/usr/errl/errlmanager.H +++ b/src/include/usr/errl/errlmanager.H @@ -73,6 +73,16 @@ namespace ERRORLOG void errlCommit(errlHndl_t& io_err, compId_t i_committerComp ); /** + * @brief Global function to determine if INFO and Recovered errors + * should be skipped or forwarded + * + * @param[in] None + * + * @return iv_hiddenErrLogsEnable + */ +uint8_t getHiddenLogsEnable(); + +/** * @brief Global enums used by static errlResourceReady function */ enum errlManagerNeeds |

