245a246,251
>
> // We're about the issues a locked load, so tell the monitor
> // to start caring about this address
> if (pkt->isRead() && pkt->req->isLLSC()) {
> TheISA::handleLockedRead(thread, pkt->req);
> }
795,800d800
< // the locked flag may be cleared on the response packet, so check
< // pkt->req and not pkt to see if it was a load-locked
< if (pkt->isRead() && pkt->req->isLLSC()) {
< TheISA::handleLockedRead(thread, pkt->req);
< }
<