From 2c4adbce46a0d2c88df5f01d21b2b4ce9fd96668 Mon Sep 17 00:00:00 2001 From: Brian Horton Date: Tue, 24 Sep 2013 15:30:47 -0500 Subject: Correct SRC byte in errlog. Change-Id: I0c8dc21b0d77e98742391663bede304c483ac4d7 RTC: 86183 CQ: SW225885 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6342 Tested-by: Jenkins Server Reviewed-by: Donald E. Dahle Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/include/usr/errl/hberrltypes.H | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/include') diff --git a/src/include/usr/errl/hberrltypes.H b/src/include/usr/errl/hberrltypes.H index 78e01dba0..3c0611366 100644 --- a/src/include/usr/errl/hberrltypes.H +++ b/src/include/usr/errl/hberrltypes.H @@ -511,20 +511,20 @@ typedef struct pelsrcsection uint8_t wordcount; // usually 9 uint16_t reserved1; // usually 0, but I put reasonCode here uint16_t srcLength; // usually 72 - // "Hex word 2" is the legacy nomenclature. p. 71. - // Low byte of this word is SRC format 0xF0. + // "Hex word 2" + // Low byte of this word is SRC format 0xE0. uint32_t word2; - // "Hex word 3" p. 71 + // "Hex word 3" uint16_t word3; uint8_t moduleId; uint8_t reserved2; - // "Hex word 4" p. 71 last progress code + // "Hex word 4" last progress code uint32_t word4; - // "Hex word 5" p. 72 error status flags, etc. + // "Hex word 5" error status flags, etc. uint32_t word5; - // "Hex word 6-7" p. 72 optional, iv_user1 + // "Hex word 6-7" optional, iv_user1 uint64_t word6; - // "Hex word 8-9" p. 72 optional, iv_user2 + // "Hex word 8-9" optional, iv_user2 uint64_t word8; char srcString[32]; } __attribute__((packed)) pelSRCSection_t; -- cgit v1.2.3