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

/gem5/src/mem/cache/
H A Dmshr.cc11083:61b329833f74 Fri Sep 04 13:14:00 EDT 2015 Andreas Hansson <andreas.hansson@arm.com> mem: Avoid setting markPending if not needed

In cases where a newly added target does not have any upstream MSHR to
mark as downstreamPending, remember that nothing is marked. This
allows us to avoid attempting to find the MSHR as part of the clearing
of downstreamPending.

Completed in 20 milliseconds