Searched hist:11333 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/cache/
H A Dcache.cc11333:c41d552d6f2e Wed Feb 10 04:08:00 EST 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Align cache behaviour in atomic when upstream is responding

Adopt the same flow as in timing mode, where the caches on the path to
memory get to keep the line (if present), and we use the
responderHadWritable flag to determine if we need to forward the
(invalidating) packet or not.

Completed in 31 milliseconds