summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/intmsghandler.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel/intmsghandler.H')
-rw-r--r--src/include/kernel/intmsghandler.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/kernel/intmsghandler.H b/src/include/kernel/intmsghandler.H
index 02f681bd0..dad8c4325 100644
--- a/src/include/kernel/intmsghandler.H
+++ b/src/include/kernel/intmsghandler.H
@@ -149,6 +149,12 @@ class InterruptMsgHdlr : public MessageHandler
*/
static void sendIPI(uint64_t i_pir, uint8_t i_favor = 0x1);
+ /**
+ * Issue the sbe/mailbox workaround (issue a mbox EOI to mailbox)
+ *
+ */
+ static void issueSbeMboxWA();
+
private:
static InterruptMsgHdlr * cv_instance;
OpenPOWER on IntegriCloud