projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17cbfe5
)
Fix for LL/SC that Ron sent me.
author
Kevin Lim
<ktlim@umich.edu>
Tue, 6 Feb 2007 20:54:44 +0000
(15:54 -0500)
committer
Kevin Lim
<ktlim@umich.edu>
Tue, 6 Feb 2007 20:54:44 +0000
(15:54 -0500)
--HG--
extra : convert_revision :
b3510a23d8a9eb466939f38491a109c3a65a7363
src/mem/cache/cache_impl.hh
patch
|
blob
|
history
diff --git
a/src/mem/cache/cache_impl.hh
b/src/mem/cache/cache_impl.hh
index b8c896498b8128f54e8108772b34740e69590345..10c244b8e8fbc636de718de162aa451bfc10bf99 100644
(file)
--- a/
src/mem/cache/cache_impl.hh
+++ b/
src/mem/cache/cache_impl.hh
@@
-342,8
+342,8
@@
Cache<TagStore,Coherence>::handleFill(BlkType *blk, MSHR * mshr,
target->getPtr<uint8_t>(), target->getSize());
}
} else {
- if (
pk
t->req->isLocked()) {
- blk->trackLoadLocked(
pk
t->req);
+ if (
targe
t->req->isLocked()) {
+ blk->trackLoadLocked(
targe
t->req);
}
std::memcpy(target->getPtr<uint8_t>(),
blk->data + target->getOffset(blkSize),