aboutsummaryrefslogtreecommitdiff
path: root/include/fsp.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-08 11:41:13 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-08 12:34:57 +1000
commit5d245a9a54c90029f15ebb2bc6cda673d1894a3d (patch)
tree91d4dbb97482cf50b201820e83fa2ad0aef379e4 /include/fsp.h
parentb8464b315ba119fb606477f7038f6f1b1209c455 (diff)
downloadskiboot-5d245a9a54c90029f15ebb2bc6cda673d1894a3d.zip
skiboot-5d245a9a54c90029f15ebb2bc6cda673d1894a3d.tar.gz
skiboot-5d245a9a54c90029f15ebb2bc6cda673d1894a3d.tar.bz2
opal: Replace fsp_poll() with a full run of all OPAL pollers
Otherwise we don't handle surveillance and PSI link monitoring This should fix cases of surveillance timeouts during things like code update such as BZ109939 Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/fsp.h')
-rw-r--r--include/fsp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fsp.h b/include/fsp.h
index d330d13..ec25384 100644
--- a/include/fsp.h
+++ b/include/fsp.h
@@ -640,9 +640,6 @@ extern int fsp_queue_msg(struct fsp_msg *msg,
*/
extern int fsp_sync_msg(struct fsp_msg *msg, bool autofree);
-/* Process FSP mailbox activity */
-extern void fsp_poll(void);
-
/* Handle FSP interrupts */
extern void fsp_interrupt(void);