diff options
Diffstat (limited to 'src/include/usr/xscom/xscomreasoncodes.H')
| -rw-r--r-- | src/include/usr/xscom/xscomreasoncodes.H | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/usr/xscom/xscomreasoncodes.H b/src/include/usr/xscom/xscomreasoncodes.H index c3af7a186..5f6593da7 100644 --- a/src/include/usr/xscom/xscomreasoncodes.H +++ b/src/include/usr/xscom/xscomreasoncodes.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -39,7 +39,6 @@ namespace XSCOM XSCOM_DO_OP = 0x07, XSCOM_RT_DO_OP = 0x08, XSCOM_RT_SANITY_CHECK = 0x09, - XSCOM_RT_GET_TARGET = 0x0A, }; enum xscomReasonCode @@ -51,8 +50,6 @@ namespace XSCOM XSCOM_MMIO_UNMAP_ERR = XSCOM_COMP_ID | 0x05, XSCOM_RUNTIME_ERR = XSCOM_COMP_ID | 0x06, XSCOM_RUNTIME_INTERFACE_ERR = XSCOM_COMP_ID | 0x07, - XSCOM_RT_NO_MCS_TARGET = XSCOM_COMP_ID | 0x08, - XSCOM_RT_NO_PROC_TARGET = XSCOM_COMP_ID | 0x09, }; }; |

