----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2579/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10626:85240cc4315b --------------------------- mem: Fix bug relating to writebacks and prefetches Previously the code commented about an unhandled case where it might be possible for a writeback to arrive after a prefetch was generated but before it was sent to the memory system. I hit that case. Luckily the prefetchSquash() logic already in the code handles dropping prefetch request in certian circumstances. Diffs ----- src/mem/cache/cache_impl.hh 8fc6e7a835d1 Diff: http://reviews.gem5.org/r/2579/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
