mem-cache: Simplify writeback for the tempBlock in recvTimingResp
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 1 May 2018 11:02:14 +0000 (12:02 +0100)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Thu, 17 May 2018 14:16:01 +0000 (14:16 +0000)
commit403c0158f57090dbbd4b21166887eb53b13a7fc6
treea60622e9dbb272afb200a075a886fd779097e08d
parent49f96e7b77925837aa5bc84d4c3453ab5f07408e
mem-cache: Simplify writeback for the tempBlock in recvTimingResp

When we use the tempBlock to fill-in, we have to write it back and
invalidate it at the end of current transaction. This patch simplifies
the writeback flow by treating it as a regular writeback.

Change-Id: I257be7bbff211e2832ad001a4e991daf67704485
Reviewed-on: https://gem5-review.googlesource.com/10421
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/cache.cc