mem: Do not alter cache block state on uncacheable snoops
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 31 Dec 2015 14:33:25 +0000 (09:33 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 31 Dec 2015 14:33:25 +0000 (09:33 -0500)
commitf1ec326be59b137ff0955b4d80e6516754016fd5
treeeb538d2694bbf9b2cae82ab0ea88893cd301463d
parent0fcb376e5fc6bc0a7b16dc4595d4a7e3f910cbc8
mem: Do not alter cache block state on uncacheable snoops

This patch ensures we do not respond with a Modified (dirty and
writable) line if the request is uncacheable, and that the cache
responding retains the line without modifying the state (even if
responding).
src/mem/cache/cache.cc