From 309422a68f39d09263b48bf341e8ef1bf8c2f8e8 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 9 Mar 2018 09:00:14 -0600 Subject: Fix EID range for HBRT logs 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/errl/runtime/rt_errlmanager.C | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr') diff --git a/src/usr/errl/runtime/rt_errlmanager.C b/src/usr/errl/runtime/rt_errlmanager.C index 62eabc263..2714659b7 100644 --- a/src/usr/errl/runtime/rt_errlmanager.C +++ b/src/usr/errl/runtime/rt_errlmanager.C @@ -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), -- cgit v1.2.1