----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1207/ -----------------------------------------------------------
Review request for Default. Description ------- Cache: Remove redundant check for uncacheable snoops This patch removes the check for uncacheable requests in the cache snoop timing/atomic access methods. This check is now taken care of by the bus, and there is no need to perform it also in the caches. Diffs ----- src/mem/cache/cache_impl.hh 7100059f7bfd Diff: http://reviews.gem5.org/r/1207/diff/ Testing ------- util/regress all passing (disregarding t1000 and eio) Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
