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 |
Posted (May 20, 2012, 12:54 a.m.)
-
src/mem/cache/cache_impl.hh (Diff revision 1) -
Seems fine for the normal case, but if you hookde two caches up directly, would this break?
