summaryrefslogtreecommitdiffstats
path: root/src/occ_405/errl/errl.c
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2016-09-07 12:16:19 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-09-23 15:44:44 -0400
commita1788a7353ef2072534b77f79396c04ade749314 (patch)
tree491435ea807eeda4c3c0a0e502bc2971424dbf82 /src/occ_405/errl/errl.c
parent530dc76436a3bfac3a027eece49e5c409279a491 (diff)
downloadtalos-occ-a1788a7353ef2072534b77f79396c04ade749314.tar.gz
talos-occ-a1788a7353ef2072534b77f79396c04ade749314.zip
Update extended RC to 2 bytes
RTC: 148702 Change-Id: I4e0c7486333a17009061c52c42bb1c96367879ae Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29331 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/errl/errl.c')
-rwxr-xr-xsrc/occ_405/errl/errl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/occ_405/errl/errl.c b/src/occ_405/errl/errl.c
index 45c6c62..a309279 100755
--- a/src/occ_405/errl/errl.c
+++ b/src/occ_405/errl/errl.c
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/occ/errl/errl.c $ */
+/* $Source: src/occ_405/errl/errl.c $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -278,7 +278,7 @@ uint8_t getOldestErrlID()
errlHndl_t createErrl(
const uint16_t i_modId,
const uint8_t i_reasonCode,
- const uint32_t i_extReasonCode,
+ const uint16_t i_extReasonCode,
const ERRL_SEVERITY i_sev,
const trace_descriptor_array_t* i_trace,
const uint16_t i_traceSz,
@@ -317,7 +317,7 @@ errlHndl_t createErrl(
// if its a call home error then set the sev to informational
l_rc->iv_severity = (i_sev == ERRL_SEV_CALLHOME_DATA ? (uint8_t)ERRL_SEV_INFORMATIONAL : i_sev);
- l_rc->iv_userData4 = i_extReasonCode;
+ l_rc->iv_extendedRC = i_extReasonCode;
// save off user detail section version
l_rc->iv_userDetails.iv_version = ERRL_USR_DTL_STRUCT_VERSION_1;
OpenPOWER on IntegriCloud