mem: Avoid unnecessary snoops on writebacks and clean evictions
authorAli Jafri <ali.jafri@arm.com>
Fri, 6 Nov 2015 08:26:40 +0000 (03:26 -0500)
committerAli Jafri <ali.jafri@arm.com>
Fri, 6 Nov 2015 08:26:40 +0000 (03:26 -0500)
commitf02a9338c1efaf7680f598a57ff6607e9b11120e
treedfba1a176dd9216bb2b820497e527fbf4901aff5
parentc086c20bd2578a4dfd4ef5d158de1eddffb1fc9a
mem: Avoid unnecessary snoops on writebacks and clean evictions

This patch optimises the handling of writebacks and clean evictions
when using a snoop filter. Instead of snooping into the caches to
determine if the block is cached or not, simply set the status based
on the snoop-filter result.
src/mem/coherent_xbar.cc