summaryrefslogtreecommitdiffstats
path: root/src/include/usr/intr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-10-15 09:28:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-17 11:32:15 -0500
commit6da43ac34cbeffc49ab19afd899ace4b0b440bd1 (patch)
tree7c8de4ef5ffc8974340418590ee709ac21055b21 /src/include/usr/intr
parenta3a453958b4eee7d0fc0f9dd295a2176bbe7b6ba (diff)
downloadtalos-hostboot-6da43ac34cbeffc49ab19afd899ace4b0b440bd1.tar.gz
talos-hostboot-6da43ac34cbeffc49ab19afd899ace4b0b440bd1.zip
Add term flags to PNOR and INTR errors
Change-Id: Ieb7a4d17e12610eb1dbd80875ddc287ca1f1ccae Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6674 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/intr')
-rw-r--r--src/include/usr/intr/intr_reasoncodes.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/intr/intr_reasoncodes.H b/src/include/usr/intr/intr_reasoncodes.H
index ac0d3ca3f..7965875b5 100644
--- a/src/include/usr/intr/intr_reasoncodes.H
+++ b/src/include/usr/intr/intr_reasoncodes.H
@@ -46,7 +46,8 @@ namespace INTR
RC_RP_NOT_INITIALIZED = INTR_COMP_ID | 0x03,
RC_BAD_VIRTUAL_IO_ADDRESS = INTR_COMP_ID | 0x04,
RC_BAD_ISN = INTR_COMP_ID | 0x05,
- RC_PERSISTANT_INTERRUPTS = INTR_COMP_ID | 0x06,
+ //termination_rc
+ RC_PERSISTENT_INTERRUPTS = INTR_COMP_ID | 0x06,
};
};
OpenPOWER on IntegriCloud