summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox/mailboxsp.H
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2012-05-15 17:41:48 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-06-07 12:23:21 -0500
commitce5981f6862bd2ba8f3b687ad7658f3c6b7190d0 (patch)
tree9cba461966f7750a47144f89735951ac7920b28c /src/usr/mbox/mailboxsp.H
parenta1e7f8b6516c4270f8dacaa1f3a87dcf8ba772a0 (diff)
downloadtalos-hostboot-ce5981f6862bd2ba8f3b687ad7658f3c6b7190d0.tar.gz
talos-hostboot-ce5981f6862bd2ba8f3b687ad7658f3c6b7190d0.zip
Shutdown interrupt sources
RTC: 39878 Change-Id: I0c37a0dce8b818cf4a7b6fefe982b838dafcf917 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1074 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/mbox/mailboxsp.H')
-rw-r--r--src/usr/mbox/mailboxsp.H12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/usr/mbox/mailboxsp.H b/src/usr/mbox/mailboxsp.H
index b3c806d28..0980940c2 100644
--- a/src/usr/mbox/mailboxsp.H
+++ b/src/usr/mbox/mailboxsp.H
@@ -55,11 +55,7 @@ namespace MBOX
MSG_SEND,
MSG_REGISTER_MSGQ,
MSG_UNREGISTER_MSGQ,
-
- // TODO currently this is progammed to 0x1A in simics, but could change.
- // Fix this when intr handler is changed to return this as data[0]
- // instead of type.
- MSG_INTR = INTR::FSP_MAILBOX, // Currently defined in intr/interupt.H
+ MSG_INTR,
};
@@ -172,6 +168,12 @@ namespace MBOX
msg_q_t msgq_unregister(queue_id_t i_queue_id);
/**
+ * Handle interrupt from Intr presenter
+ * @param[in] i_msg, The message
+ */
+ errlHndl_t handleInterrupt();
+
+ /**
* Trace the message to the "fast" trace buffer
* @param[in] i_text, a Description
* @param[in] i_mbox_msg, the message to trace
OpenPOWER on IntegriCloud