diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-11-28 11:41:17 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-11-28 11:41:17 -0500 |
commit | 4fb38e892fde231ca31e6f7feafa4afad69f94ae (patch) | |
tree | 947055b7fec461ae93a0294bff1e1adc28b4d5c5 | |
parent | 6bbb86dfa986d9a52e8b46ef3d3795bc8123331a (diff) | |
parent | 2b5fdf603399c63a9344206f1593b20fcb834013 (diff) | |
download | gem5-4fb38e892fde231ca31e6f7feafa4afad69f94ae.tar.xz |
Merge ktlim@zizzer:/bk/newmem
into zamp.eecs.umich.edu:/z/ktlim2/clean/tmp/test-regress
--HG--
extra : convert_revision : ffc7931d7da153b421b3c838a0968e484fd182ec
-rw-r--r-- | src/mem/cache/coherence/uni_coherence.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/cache/coherence/uni_coherence.cc b/src/mem/cache/coherence/uni_coherence.cc index 5813a0281..ea615d70a 100644 --- a/src/mem/cache/coherence/uni_coherence.cc +++ b/src/mem/cache/coherence/uni_coherence.cc @@ -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) { |