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

/gem5/src/mem/cache/
H A Dcache.cc11745:3102db8903f5 Mon Dec 05 16:48:00 EST 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Ensure InvalidateReq is considered isForward by MSHRs

This patch fixes an issue where an MSHR would incorrectly be perceived
to provide data to targets arriving after an InvalidateReq. To address
this the InvalidateReq is now treated as isForward, much like an
UpgradeReq that did not hit in the cache.

Change-Id: Ia878444d949539b5c33fd19f3e12b0b8a872275e
Reviewed-by: Andreas Hansson <andreas.hansson@arm.com>
Reviewed-by: Stephan Diestelhorst <stephan.diestelhorst@arm.com>

Completed in 16 milliseconds