summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox/ipcSp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/mbox/ipcSp.C')
-rw-r--r--src/usr/mbox/ipcSp.C7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/mbox/ipcSp.C b/src/usr/mbox/ipcSp.C
index 6f86f7962..f2f3cd26e 100644
--- a/src/usr/mbox/ipcSp.C
+++ b/src/usr/mbox/ipcSp.C
@@ -112,10 +112,11 @@ void IpcSp::msgHandler()
}
if(!err)
{
- RUNTIME::setPayloadBaseAddress
- (reinterpret_cast<uint64_t>(msg->extra_data));
+ //@TODO RTC:132750
+ //RUNTIME::setPayloadBaseAddress
+ // (reinterpret_cast<uint64_t>(msg->extra_data));
- err = RUNTIME::populate_node_attributes( msg->data[0] );
+ //err = RUNTIME::populate_node_attributes( msg->data[0] );
}
if (err)
OpenPOWER on IntegriCloud