projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07dad71
)
Use bus response time paramteres
author
Ron Dreslinski
<rdreslin@umich.edu>
Wed, 11 Oct 2006 05:01:40 +0000
(
01:01
-0400)
committer
Ron Dreslinski
<rdreslin@umich.edu>
Wed, 11 Oct 2006 05:01:40 +0000
(
01:01
-0400)
Fix bug with deadlocking
src/mem/cache/base_cache.cc:
Make sure to not wait anymore
--HG--
extra : convert_revision :
5f7b44a1c475820b9862275a0d6113ec2991735d
src/mem/cache/base_cache.cc
patch
|
blob
|
history
diff --git
a/src/mem/cache/base_cache.cc
b/src/mem/cache/base_cache.cc
index 328e1c7ccce0c8229ffa3e6639ae3c1911f3149d..71ea58416819f1e9b42516e7672ec41974a89cb2 100644
(file)
--- a/
src/mem/cache/base_cache.cc
+++ b/
src/mem/cache/base_cache.cc
@@
-139,6
+139,7
@@
BaseCache::CachePort::recvRetry()
//This can happen if I am the owner of a block and see an upgrade
//while the block was in my WB Buffers. I just remove the
//wb and de-assert the masterRequest
+ waitingOnRetry = false;
return;
}
pkt = cache->getPacket();