diff options
author | Chris Cain <cjcain@us.ibm.com> | 2015-09-04 10:18:52 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-09-18 20:37:54 -0500 |
commit | 978b2c75e301281fe4882dd30a2e365e6106faa4 (patch) | |
tree | 8897560408b39ba7418ebe775ebafd2037b49e83 /src/include/usr/htmgt | |
parent | ef63b1a277b8ad231b308c0c197d663bd4b0eb13 (diff) | |
download | blackbird-hostboot-978b2c75e301281fe4882dd30a2e365e6106faa4.tar.gz blackbird-hostboot-978b2c75e301281fe4882dd30a2e365e6106faa4.zip |
Prevent OCC exception from logging duplicate errors
Change-Id: I3262c42c906fc9cfa879e7df0e501e2f7fe1e2f3
CQ:SW320752
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20578
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Tested-by: FSP CI Jenkins
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/htmgt')
-rw-r--r-- | src/include/usr/htmgt/htmgt_reasoncodes.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/htmgt/htmgt_reasoncodes.H b/src/include/usr/htmgt/htmgt_reasoncodes.H index 5fc1b9638..d6a106949 100644 --- a/src/include/usr/htmgt/htmgt_reasoncodes.H +++ b/src/include/usr/htmgt/htmgt_reasoncodes.H @@ -63,6 +63,7 @@ namespace HTMGT HTMGT_RC_OT_THROTTLE_INVALID_N = HTMGT_COMP_ID | 0x04, HTMGT_RC_OCC_NOT_READY = HTMGT_COMP_ID | 0x05, HTMGT_RC_ATTRIBUTE_ERROR = HTMGT_COMP_ID | 0x06, + HTMGT_RC_OCC_EXCEPTION = HTMGT_COMP_ID | 0x0E, HTMGT_RC_NO_SUPPORT = HTMGT_COMP_ID | 0x0F, HTMGT_RC_OCC_RESET = HTMGT_COMP_ID | 0x15, HTMGT_RC_OCC_CRIT_FAILURE = HTMGT_COMP_ID | 0x16, |