summaryrefslogtreecommitdiffstats
path: root/src/kernel/block.C
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-11-15 15:52:29 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-15 16:50:03 -0600
commit0aa07166a88d364770410dce63437b23217ef978 (patch)
tree6d477830af02810c69afa2307150924b45f13e5f /src/kernel/block.C
parent609e5701ff5318d97d548d47057a48ec5c32e035 (diff)
downloadtalos-hostboot-0aa07166a88d364770410dce63437b23217ef978.tar.gz
talos-hostboot-0aa07166a88d364770410dce63437b23217ef978.zip
Race condition in trace leads to double-delete.
Change-Id: I4fc4acc8f84de151d1d9600802539c18c6aa7851 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7277 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/kernel/block.C')
-rw-r--r--src/kernel/block.C2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kernel/block.C b/src/kernel/block.C
index 4ed371e50..cbe3ab305 100644
--- a/src/kernel/block.C
+++ b/src/kernel/block.C
@@ -669,8 +669,6 @@ int Block::removePages(VmmManager::PAGE_REMOVAL_OPS i_op, void* i_vaddr,
this->iv_writeMsgHdlr->incMsgCount(i_task);
}
-// TODO.. Need to map the physical page here before sending the message because
-// the RP uses the physical page off the message queue.. (comment from patrick)
this->iv_writeMsgHdlr->addVirtAddr(
reinterpret_cast<void*>(l_vaddr),pageAddr);
this->iv_writeMsgHdlr->sendMessage(MSG_MM_RP_WRITE,
OpenPOWER on IntegriCloud