projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e525e
)
Remove assertion. It's not needed and messes up writebacks when a 2 level cache...
author
Kevin Lim
<ktlim@umich.edu>
Tue, 28 Nov 2006 16:41:08 +0000
(11:41 -0500)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/src/mem/cache/coherence/uni_coherence.cc
b/src/mem/cache/coherence/uni_coherence.cc
index 5813a0281bdebcf44dcbd4739e8776f6b9a77601..ea615d70a53ffa6f57889caca1f4981040ccde94 100644
(file)
--- 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) {