diff options
author | Nikos Nikoleris <nikos.nikoleris@arm.com> | 2016-12-05 16:48:28 -0500 |
---|---|---|
committer | Nikos Nikoleris <nikos.nikoleris@arm.com> | 2016-12-05 16:48:28 -0500 |
commit | 9916e4276cf7d5354e8e95c239698ee38a7f8674 (patch) | |
tree | 1509f10a72531d0ac77a964409adc61d1aa47a2f /src/arch/sparc | |
parent | 77dfeb8c09a63e38b215a0140a11377889cf4558 (diff) | |
download | gem5-9916e4276cf7d5354e8e95c239698ee38a7f8674.tar.xz |
mem: Invalidate a blk when servicing the 1st invalidating target
Previously an MSHR with one or more invalidating targets would first
service all targets in the MSHR TargetList and then invalidate the
block. As a result any service snooping targets would lookup in the
cache and incorrectly find the block. This patch forces the
invalidation to happen when the first invalidating target is
encountered.
Change-Id: I9df15de24e1d351cd96f5a2c424d9a03d81c2cce
Reviewed-by: Andreas Hansson <andreas.hansson@arm.com>
Diffstat (limited to 'src/arch/sparc')
0 files changed, 0 insertions, 0 deletions