diff options
author | Doug Gilbert <dgilbert@us.ibm.com> | 2014-06-23 19:35:02 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-06-24 13:53:12 -0500 |
commit | 82343f7897f79abc0e9780b7b1a3388728d6562d (patch) | |
tree | 5b388d08b13dbaa58fdc7cf82c328bbde52f9d19 /src/usr/mbox | |
parent | aaadc0e5955551542ddc5fc84cc54dd32f8d9788 (diff) | |
download | blackbird-hostboot-82343f7897f79abc0e9780b7b1a3388728d6562d.tar.gz blackbird-hostboot-82343f7897f79abc0e9780b7b1a3388728d6562d.zip |
Set payload base address correctly on slave nodes
Change-Id: I6cc9f135a5f79b524db673f0f4563466b1d52202
CQ: SW266592
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11764
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/usr/mbox')
-rw-r--r-- | src/usr/mbox/ipcSp.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/mbox/ipcSp.C b/src/usr/mbox/ipcSp.C index 920e82e77..26fad96a8 100644 --- a/src/usr/mbox/ipcSp.C +++ b/src/usr/mbox/ipcSp.C @@ -109,6 +109,9 @@ void IpcSp::msgHandler() } if(!err) { + RUNTIME::setPayloadBaseAddress + (reinterpret_cast<uint64_t>(msg->extra_data)); + err = RUNTIME::populate_node_attributes( msg->data[0] ); } |