Skip to content

Commit 470a36a

Browse files
maheshsalmpe
authored andcommitted
powerpc/powernv: Display the correct error info for CAPP errors.
On some CAPP errors we see console messages that prints unknown HMIs for which CAPI recovery is in progress. This patch fixes this by printing correct error info for HMI generated due to CAPP recovery. Signed-off-by: Mahesh Salgaonkar <[email protected]> Tested-by: Andrew Donnellan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent e623c54 commit 470a36a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/powerpc/platforms/powernv/opal-hmi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ static void print_hmi_event_info(struct OpalHMIEvent *hmi_evt)
180180
"An XSCOM operation completed",
181181
"SCOM has set a reserved FIR bit to cause recovery",
182182
"Debug trigger has set a reserved FIR bit to cause recovery",
183-
"A hypervisor resource error occurred"
183+
"A hypervisor resource error occurred",
184+
"CAPP recovery process is in progress",
184185
};
185186

186187
/* Print things out */

0 commit comments

Comments
 (0)