summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl/errlentry.H
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2015-08-06 18:38:49 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-10 10:56:58 -0500
commit6ba2412862a1548c442c9d082b2af1c5ed48a1f9 (patch)
treeaf3cb64553faf6cfbfd5e5d7b3ebb5f8e5276798 /src/include/usr/errl/errlentry.H
parentec6c516c3a2228fe43e61c825ac215cf3e1a70e4 (diff)
downloadblackbird-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/usr/errl/errlentry.H')
-rw-r--r--src/include/usr/errl/errlentry.H8
1 files changed, 7 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( );
/**
OpenPOWER on IntegriCloud