summaryrefslogtreecommitdiffstats
path: root/src/kernel/ipc.C
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-02-12 14:06:26 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-13 12:59:22 -0600
commit66fdd0c61ee4ed4d3bf8254d03ede6b7fb4601a9 (patch)
tree8e0787cde47ab66ccd44fa590f757e8560b4364b /src/kernel/ipc.C
parent472bc1848b9ec2e96759701c4c6ce30c7c7e1327 (diff)
downloadtalos-hostboot-66fdd0c61ee4ed4d3bf8254d03ede6b7fb4601a9.tar.gz
talos-hostboot-66fdd0c61ee4ed4d3bf8254d03ede6b7fb4601a9.zip
IPC multinode deadlock
Change-Id: Id3a344bc5ec75abeb9622834589f031f903a60fe CQ: SW246760 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8804 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/kernel/ipc.C')
-rw-r--r--src/kernel/ipc.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ipc.C b/src/kernel/ipc.C
index 4741a381c..3e6f4d88e 100644
--- a/src/kernel/ipc.C
+++ b/src/kernel/ipc.C
@@ -86,7 +86,7 @@ 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 - use this_node + 10 as favor level of interrupt
- InterruptMsgHdlr::sendIPI(p_dest->pir,this_node + 10);
+ InterruptMsgHdlr::sendIPI(p_dest->pir,this_node + 0x10);
// 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