Use bus response time paramteres
Fix bug with deadlocking src/mem/cache/base_cache.cc: Make sure to not wait anymore --HG-- extra : convert_revision : 5f7b44a1c475820b9862275a0d6113ec2991735d
This commit is contained in:
parent
07dad71f6f
commit
c2012601e9
1 changed files with 1 additions and 0 deletions
1
src/mem/cache/base_cache.cc
vendored
1
src/mem/cache/base_cache.cc
vendored
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue