diff options
author | dgilbert <dgilbert@us.ibm.com> | 2013-01-24 12:08:24 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-08 11:03:59 -0500 |
commit | 2c5c5d4f7107fd6b31809677135e0418970461a0 (patch) | |
tree | 281bd6cbf98b4aa4f9bada4e017e2f49f9a2f0f9 /src/include/usr | |
parent | 1c2753a32b9b8b819b7ae19438b7362fad58fe32 (diff) | |
download | talos-hostboot-2c5c5d4f7107fd6b31809677135e0418970461a0.tar.gz talos-hostboot-2c5c5d4f7107fd6b31809677135e0418970461a0.zip |
Need to disable interrupt sources before waiting for interrupts(MPIPL)
RTC:41868
Change-Id: I57891102fc0c96c156a9a69467c95645e4848703
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3018
Tested-by: Jenkins Server
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')
-rw-r--r-- | src/include/usr/intr/intr_reasoncodes.H | 3 | ||||
-rw-r--r-- | src/include/usr/targeting/common/targetservice.H | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/include/usr/intr/intr_reasoncodes.H b/src/include/usr/intr/intr_reasoncodes.H index b336f8b14..ac0d3ca3f 100644 --- a/src/include/usr/intr/intr_reasoncodes.H +++ b/src/include/usr/intr/intr_reasoncodes.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* COPYRIGHT International Business Machines Corp. 2011,2013 */ /* */ /* p1 */ /* */ @@ -46,6 +46,7 @@ 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, }; }; diff --git a/src/include/usr/targeting/common/targetservice.H b/src/include/usr/targeting/common/targetservice.H index 2082ee149..416aeff5d 100644 --- a/src/include/usr/targeting/common/targetservice.H +++ b/src/include/usr/targeting/common/targetservice.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* COPYRIGHT International Business Machines Corp. 2011,2013 */ /* */ /* p1 */ /* */ |