From 9cd3c88d91863e615040bf36847f2a856aa46dc9 Mon Sep 17 00:00:00 2001 From: Ananth N Mavinakayanahalli Date: Fri, 6 Feb 2015 08:24:40 +0530 Subject: PSI: Revert the timeout for PSI link recovery to architected value 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 Signed-off-by: Stewart Smith --- hw/psi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/psi.c b/hw/psi.c index 7d7b5f6..e9e9f93 100644 --- a/hw/psi.c +++ b/hw/psi.c @@ -160,7 +160,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) { -- cgit v1.1