mem: Do not alter cache block state on uncacheable snoops
Review Request #3255 - Created Dec. 9, 2015 and submitted
Information | |
---|---|
Andreas Hansson | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11281:84339ca32391 --------------------------- mem: Do not alter cache block state on uncacheable snoops This patch ensures we do not respond with a Modified (dirty and writable) line if the request is uncacheable, and that the cache responding retains the line without modifying the state (even if responding).
Review request changed
Updated (Dec. 22, 2015, 8:24 a.m.)
Description: |
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+22 -7) |
Posted (Dec. 23, 2015, 7:27 p.m.)
-
src/mem/cache/cache.cc (Diff revision 2) -
could we (at least theoretically) have an uncached write that invalidates cached copies as a side effect?
Ship It!