summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox/mbox_reasoncodes.H
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2013-04-25 14:59:02 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-06 16:48:19 -0500
commitc116c22646a96197c7e2b2ed948c6221a55c3427 (patch)
tree11d7eb552486dd1dd0a0524d19a177e7a5619944 /src/include/usr/mbox/mbox_reasoncodes.H
parent3854f61413963ec73fa420ced2740f6e0d80978e (diff)
downloadtalos-hostboot-c116c22646a96197c7e2b2ed948c6221a55c3427.tar.gz
talos-hostboot-c116c22646a96197c7e2b2ed948c6221a55c3427.zip
Send response to FSP mailbox for unclaimed or invalid messages
RTC: 47595 Change-Id: If8947b78fed4316209702fa72080ba47137d3463 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4307 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/mbox/mbox_reasoncodes.H')
-rw-r--r--src/include/usr/mbox/mbox_reasoncodes.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/mbox/mbox_reasoncodes.H b/src/include/usr/mbox/mbox_reasoncodes.H
index 09cf1bfd4..424b0ad13 100644
--- a/src/include/usr/mbox/mbox_reasoncodes.H
+++ b/src/include/usr/mbox/mbox_reasoncodes.H
@@ -39,7 +39,7 @@ namespace MBOX
MOD_MBOXSRV_FSP_MSG = 0x07, // MailboxSp::handle_hbmbox_msg
MOD_MBOXSRV_SENDMSG = 0x08, // MailboxSp::send_msg
MOD_MBOXSRV_INIT = 0x09, // MailboxSp::_init
- MOD_MBOXSRC_UNCLAIMED = 0x0A, // MailboxSp::handleUnclaimed
+ MOD_MBOXSRC_UNCLAIMED = 0x0A, // MailboxSp::invalidMsgResponder
};
enum MBOXReasonCode
OpenPOWER on IntegriCloud