diff options
| author | Brian Horton <brianh@linux.ibm.com> | 2015-08-19 13:41:30 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-09-03 14:40:03 -0500 |
| commit | 0579143faea0a19bd4133ce5179855ec7dc3c9b7 (patch) | |
| tree | bb79013be84055a49f57913a8aa814ea20c5d776 /src/usr/errl/runtime | |
| parent | 06e40c4aa3efe6f006dc7971ad58f08f42117ea3 (diff) | |
| download | talos-hostboot-0579143faea0a19bd4133ce5179855ec7dc3c9b7.tar.gz talos-hostboot-0579143faea0a19bd4133ce5179855ec7dc3c9b7.zip | |
fix issues with dup sel/esel
. call errlmanager ack inline/synchronously, so that we don't have
dup eSELs due to shutdown
. don't resend sensor SEL events for errorlogs read out of PNOR
Depends-On: Ia2b211d8ebf489e92f2bc3d281d92175a6b61f30
Change-Id: I32c8e49ef2e00567987cdf030a225b61e7077cf6
CQ: SW312094
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19993
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Tested-by: FSP CI Jenkins
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/runtime')
| -rw-r--r-- | src/usr/errl/runtime/rt_errlmanager.C | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usr/errl/runtime/rt_errlmanager.C b/src/usr/errl/runtime/rt_errlmanager.C index f75844172..49d53b65f 100644 --- a/src/usr/errl/runtime/rt_errlmanager.C +++ b/src/usr/errl/runtime/rt_errlmanager.C @@ -304,10 +304,4 @@ bool rt_processCallout(errlHndl_t &io_errl, return true; } -void ErrlManager::errlAckErrorlog(uint32_t i_eid) -{ - ERRORLOG::theErrlManager::instance().ackErrLogInPnor(i_eid); - return; -} - } // End namespace |

