[Skiboot] [PATCH V2 2/2] PSI: Revert the timeout for PSI link recovery to architected value

Ananth N Mavinakayanahalli ananth at in.ibm.com
Fri Feb 6 13:54:40 AEDT 2015


The architected value for the PSI link to come back up is 30 minutes.
In OPAL, we currently only wait 15 minutes before logging an error.
Fix that...

Signed-off-by: Ananth N Mavinakayanahalli <ananth at in.ibm.com>
---
 hw/psi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/psi.c b/hw/psi.c
index b4804ff..e944c91 100644
--- a/hw/psi.c
+++ b/hw/psi.c
@@ -159,7 +159,7 @@ struct psi *psi_find_link(uint32_t chip_id)
 }
 
 #define PSI_LINK_CHECK_INTERVAL		10	/* Interval in secs */
-#define PSI_LINK_RECOVERY_TIMEOUT	900	/* 15 minutes */
+#define PSI_LINK_RECOVERY_TIMEOUT	1800	/* 30 minutes */
 
 static void psi_link_poll(void *data __unused)
 {



More information about the Skiboot mailing list