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

/gem5/src/mem/cache/tags/
H A Dbase_set_assoc.hh10274:68da5ef4bb6f Wed Aug 13 06:57:00 EDT 2014 Mitch Hayenga <mitch.hayenga@arm.com> mem: Properly set cache block status fields on writebacks

When a cacheline is written back to a lower-level cache,
tags->insertBlock() sets various status parameters. However these
status bits were cleared immediately after calling. This patch makes
it so that these status fields are not cleared by moving them outside
of the tags->insertBlock() call.

Completed in 15 milliseconds