summaryrefslogtreecommitdiffstats
path: root/src/kernel/ipc.C
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/kernel/ipc.C
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/kernel/ipc.C')
-rw-r--r--src/kernel/ipc.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/ipc.C b/src/kernel/ipc.C
index 6a63225fc..4741a381c 100644
--- a/src/kernel/ipc.C
+++ b/src/kernel/ipc.C
@@ -85,8 +85,8 @@ void KernelIpc::send(uint64_t i_q, msg_t * i_msg)
printkd("IPC send from PIR %lx to PIR %x\n",getPIR(),p_dest->pir);
- // send IPI
- InterruptMsgHdlr::sendIPI(p_dest->pir);
+ // send IPI - use this_node + 10 as favor level of interrupt
+ InterruptMsgHdlr::sendIPI(p_dest->pir,this_node + 10);
// The message allocation is freed here to make msg_send for IPC
// messages behave the same as non-IPC msg_send; that is, the message
OpenPOWER on IntegriCloud