[Skiboot] [PATCH 2/2] errorlog: Increase the severity of abnormal reboot events

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Wed Mar 4 19:58:07 AEDT 2020


CC: Mahesh Salgaonkar <mahesh at linux.vnet.ibm.com>
Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 core/platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/platform.c b/core/platform.c
index 9593f3af2..85b2cd24f 100644
--- a/core/platform.c
+++ b/core/platform.c
@@ -27,7 +27,7 @@ bool manufacturing_mode = false;
 struct platform	platform;
 
 DEFINE_LOG_ENTRY(OPAL_RC_ABNORMAL_REBOOT, OPAL_PLATFORM_ERR_EVT, OPAL_CEC,
-		 OPAL_CEC_HARDWARE, OPAL_PREDICTIVE_ERR_FAULT_RECTIFY_REBOOT,
+		 OPAL_CEC_HARDWARE, OPAL_ERROR_PANIC,
 		 OPAL_ABNORMAL_POWER_OFF);
 
 /*
-- 
2.21.1



More information about the Skiboot mailing list