summaryrefslogtreecommitdiffstats
path: root/src/include/usr/intr
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2016-09-14 09:18:09 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-07 15:29:39 -0400
commit0d9f6d9a95c5b22d4044904e3563945638fe1c75 (patch)
tree54721b39ee4391317ebd18690a37f4fe4d798ce1 /src/include/usr/intr
parent90b0798b2ba62bd1fc00bbe183b71df5e2d796fb (diff)
downloadtalos-hostboot-0d9f6d9a95c5b22d4044904e3563945638fe1c75.tar.gz
talos-hostboot-0d9f6d9a95c5b22d4044904e3563945638fe1c75.zip
Multi-Proc Interrupt Support with Remote LSIs
Change-Id: I8a981628cd3adc54ba581deb0ce8afb183febef3 RTC: 150562 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29719 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/intr')
-rw-r--r--src/include/usr/intr/interrupt.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/intr/interrupt.H b/src/include/usr/intr/interrupt.H
index 1666abd15..38d0fa473 100644
--- a/src/include/usr/intr/interrupt.H
+++ b/src/include/usr/intr/interrupt.H
@@ -141,6 +141,7 @@ namespace INTR
MSG_INTR_EOI, //!< Issue EOI when received
MSG_INTR_DRAIN_QUEUE, //!< Allow intrp to drain Q of EOI
MSG_INTR_COALESCE, //!< Pending interrupt to be handled
+ MSG_INTR_ENABLE_PSI_INTR, //!< Enable PSIHB Interrupts
};
/**
@@ -215,7 +216,7 @@ namespace INTR
* @param[in] i_target The target processor
* @return error log handle on error
*/
- //errlHndl_t enablePsiIntr(TARGETING::Target * i_target);
+ errlHndl_t enablePsiIntr(TARGETING::Target * i_target);
/**
* Return the interrupt presenter for requested target/thread
OpenPOWER on IntegriCloud