Searched hist:13844 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/mem/cache/ | ||
H A D | mshr.cc | 13844:e409800a51c7 Tue Feb 12 03:26:00 EST 2019 Nikos Nikoleris <nikos.nikoleris@arm.com> mem-cache: Fix MSHR handling of cache clean requests Previously satisfied clean requests would not snoop in-service MSHRs. This is a problem when a clean request is also invalidating, in which case we have to post-invalidate or post-downgrade outstanding requests. This changes fixes this bug. Change-Id: I31e42aa94dd3637b2818e00fbaae68c810145eaf Signed-off-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17728 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> |
H A D | cache.cc | 13844:e409800a51c7 Tue Feb 12 03:26:00 EST 2019 Nikos Nikoleris <nikos.nikoleris@arm.com> mem-cache: Fix MSHR handling of cache clean requests Previously satisfied clean requests would not snoop in-service MSHRs. This is a problem when a clean request is also invalidating, in which case we have to post-invalidate or post-downgrade outstanding requests. This changes fixes this bug. Change-Id: I31e42aa94dd3637b2818e00fbaae68c810145eaf Signed-off-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17728 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> |
Completed in 51 milliseconds