mem-cache: Populate whenReady for blocks filled from writebacks
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Mon, 7 Nov 2016 15:51:45 +0000 (15:51 +0000)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 6 Mar 2018 14:09:05 +0000 (14:09 +0000)
commit17d7f736ace967a38b5b611c40776a0bbc9197da
treea031b595d2ee8e6e132d251ed3849cc5e3d84221
parenta66fe6a8c36c9ab49cb3a35065bfc645d51036c8
mem-cache: Populate whenReady for blocks filled from writebacks

Writebacks write data to either an existing block or a newly allocated
block. In either case we need to populate the whenReady field of the
block which will determine when the new value can be used.

Change-Id: I5788fad0b8086a1be96714639bf6a9470b334926
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/8285
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/cache.cc