Remove assertion. It's not needed and messes up writebacks when a 2 level cache...
authorKevin Lim <ktlim@umich.edu>
Tue, 28 Nov 2006 16:41:08 +0000 (11:41 -0500)
committerKevin Lim <ktlim@umich.edu>
Tue, 28 Nov 2006 16:41:08 +0000 (11:41 -0500)
--HG--
extra : convert_revision : 020a9799cd7177fdb85a767701d6fcb8cf018827

src/mem/cache/coherence/uni_coherence.cc

index 5813a0281bdebcf44dcbd4739e8776f6b9a77601..ea615d70a53ffa6f57889caca1f4981040ccde94 100644 (file)
@@ -94,10 +94,6 @@ UniCoherence::handleBusRequest(PacketPtr &pkt, CacheBlk *blk, MSHR *mshr,
 bool
 UniCoherence::propogateInvalidate(PacketPtr pkt, bool isTiming)
 {
-    //Make sure we don't snoop a write
-    //we are expecting writeInvalidates on the snoop port of a uni-coherent cache
-    assert(!(!pkt->isInvalidate() && pkt->isWrite()));
-
     if (pkt->isInvalidate()) {
 /*  Temp Fix for now, forward all invalidates up as functional accesses */
         if (isTiming) {