----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2698/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10755:c86efbc75ce7 --------------------------- mem: Cleanup flow for uncacheable accesses This patch simplifies the code dealing with uncacheable timing accesses, aiming to align it with the existing miss handling. Similar to what we do in atomic, a timing request now goes through Cache::access, and then proceeds to ignore any existing MSHR for the block in question. This unifies the flow for cacheable and uncacheable accesses. Diffs ----- src/mem/cache/cache_impl.hh 655ff3f6352d Diff: http://reviews.gem5.org/r/2698/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
