Files
gem5/src
Mitch Hayenga f6f6ae461e 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.
2014-08-13 06:57:24 -04:00
..
2014-08-10 05:38:59 -04:00
2014-07-23 16:09:04 -05:00
2014-01-30 12:21:58 -06:00