summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2014-03-03 10:32:00 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-04 12:29:06 -0600
commit90dd26565dee4aef37f78dce2f0f33e84bb83106 (patch)
tree5201d3c87e69b0f21bfcddaf26522d17c491e00b /src/include/sys
parent611851d7dc6ab1f47ce9cebfb70470d4fdab78b4 (diff)
downloadtalos-hostboot-90dd26565dee4aef37f78dce2f0f33e84bb83106.tar.gz
talos-hostboot-90dd26565dee4aef37f78dce2f0f33e84bb83106.zip
Workaround invalid SBE use of IPI inject register
Change-Id: I40600399daf2ef563b534bd91143a4f45d00ff79 CQ: SW248610 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9273 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys')
-rw-r--r--src/include/sys/msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/sys/msg.h b/src/include/sys/msg.h
index b9ff8f513..162ef8c50 100644
--- a/src/include/sys/msg.h
+++ b/src/include/sys/msg.h
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2010,2013 */
+/* COPYRIGHT International Business Machines Corp. 2010,2014 */
/* */
/* p1 */
/* */
@@ -61,6 +61,8 @@ enum msg_sys_types_t
MSG_INTR_EXTERN, //!< Msg sent from kernel to user space on ext intr
MSG_INTR_ADD_CPU, //!< Add cpu core, data[0] = cpuid (PIR)
+ MSG_INTR_ISSUE_SBE_MBOX_WA, //!< Issue EOI to mailbox
+
};
// System-defined root queue types
OpenPOWER on IntegriCloud