aboutsummaryrefslogtreecommitdiff
path: root/core/hmi.c
diff options
context:
space:
mode:
authorMahesh Salgaonkar <mahesh@linux.vnet.ibm.com>2018-04-23 11:45:09 +0530
committerStewart Smith <stewart@linux.ibm.com>2018-04-24 00:11:50 -0500
commit115c9f9f66200a01829a084ac163e3436baac8d2 (patch)
treed64722596c70f932ec4445a8779fd0934ee797ef /core/hmi.c
parent1bcd6d84ec8061e3593bfca50e2a1f81006b16c0 (diff)
downloadskiboot-115c9f9f66200a01829a084ac163e3436baac8d2.zip
skiboot-115c9f9f66200a01829a084ac163e3436baac8d2.tar.gz
skiboot-115c9f9f66200a01829a084ac163e3436baac8d2.tar.bz2
opal:hmi: Add missing processor recovery reason string.
With this patch now we see reason string printed for CORE_WOF[43] bit. [ 477.352234986,7] HMI: [Loc: U78D3.001.WZS004A-P1-C48]: P:8 C:22 T:3: Processor recovery occurred. [ 477.352240742,7] HMI: Core WOF = 0x0000000000100000 recovered error: [ 477.352242181,7] HMI: PC - Thread hang recovery Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'core/hmi.c')
-rw-r--r--core/hmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/hmi.c b/core/hmi.c
index 53cb847..70ccc23 100644
--- a/core/hmi.c
+++ b/core/hmi.c
@@ -255,6 +255,7 @@ static const struct core_recoverable_bit_info {
{ 35, "LSU - ERAT multi hit" },
{ 37, "LSU - Logic" },
{ 39, "LSU - Recoverable due to not in MT window" },
+ { 43, "PC - Thread hang recovery" },
};
static const struct nx_xstop_bit_info {