Review Board 2.0.15


Cache: Remove redundant check for uncacheable snoops

Review Request #1207 - Created May 18, 2012 and discarded

Information
Andreas Hansson
gem5
default
Reviewers
Default
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.
util/regress all passing (disregarding t1000 and eio)

Issue Summary

1 1 0 0
Description From Last Updated Status
Seems fine for the normal case, but if you hookde two caches up directly, would this break? Ali Saidi May 20, 2012, 12:54 a.m. Open
Review request changed
Updated (May 22, 2012, 5:58 p.m.)

Status: Discarded