Skip to content

Commit

Permalink
Fix EID range for HBRT logs
Browse files Browse the repository at this point in the history
Add back in the lost 0x89 subsystem specifier to the HBRT
error logs.

Change-Id: Idf9a5a90e79137df3745e5a3d387255e5c87f715
CQ: SW420482
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55364
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Mar 10, 2018
1 parent 08379ab commit 309422a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/errl/runtime/rt_errlmanager.C
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ bool rt_processCallout(errlHndl_t &io_errl,
///////////////////////////////////////////////////////////////////////////////
ErrlManager::ErrlManager() :
iv_currLogId(0),
iv_baseNodeId(ERRLOG_PLID_BASE_MASK),
iv_pnorReadyForErrorLogs(true),
iv_pStorage(NULL),
iv_hwasProcessCalloutFn(NULL),
Expand Down

0 comments on commit 309422a

Please sign in to comment.