summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/intmsghandler.H
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-01-30 23:50:15 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-08 08:13:51 -0600
commit4bbf6d1a3927255714b22d1bd95ec19a59781b04 (patch)
tree1df1ce6d8d67ff3ea12e31e67c5080b488317a57 /src/include/kernel/intmsghandler.H
parentb03ea5a5142e1d03b9c27ce12b9d8b369de58776 (diff)
downloadtalos-hostboot-4bbf6d1a3927255714b22d1bd95ec19a59781b04.tar.gz
talos-hostboot-4bbf6d1a3927255714b22d1bd95ec19a59781b04.zip
Missing HB interrupts
CQ: SW244546 Change-Id: Ice49cdd7e4acd8168ec2cfc29e1970c5daa49780 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8666 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/intmsghandler.H')
-rw-r--r--src/include/kernel/intmsghandler.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/kernel/intmsghandler.H b/src/include/kernel/intmsghandler.H
index 220a7fa30..02f681bd0 100644
--- a/src/include/kernel/intmsghandler.H
+++ b/src/include/kernel/intmsghandler.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2013 */
+/* COPYRIGHT International Business Machines Corp. 2011,2014 */
/* */
/* p1 */
/* */
@@ -143,8 +143,11 @@ class InterruptMsgHdlr : public MessageHandler
* Issue an IPI to the core.
*
* @param[in] i_pir - The PIR of the CPU to send IPI at.
+ * @param[in] i_favor - How favored the interrupt is; 0 = most favored
+ * 254 = least favored, 255 = no interrupt
+ * Default 0x1 - IPI from kernel side (wakeup)
*/
- static void sendIPI(uint64_t i_pir);
+ static void sendIPI(uint64_t i_pir, uint8_t i_favor = 0x1);
private:
OpenPOWER on IntegriCloud