Use bus response time paramteres
authorRon Dreslinski <rdreslin@umich.edu>
Wed, 11 Oct 2006 05:01:40 +0000 (01:01 -0400)
committerRon 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

index 328e1c7ccce0c8229ffa3e6639ae3c1911f3149d..71ea58416819f1e9b42516e7672ec41974a89cb2 100644 (file)
@@ -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();