MEM: Do not forward uncacheable to bus snoopers
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 8 May 2012 09:15:52 +0000 (05:15 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 8 May 2012 09:15:52 +0000 (05:15 -0400)
commit692351ea34f15ba70b23fca68821dc2986de8238
tree2ee23cb60f47dd0e19389346fa03016e05f82380
parent15e28c5ba6ef0a436d05468e3113304987257b0b
MEM: Do not forward uncacheable to bus snoopers

This patch adds a guarding if-statement to avoid forwarding
uncacheable requests (or rather their corresponding request packets)
to bus snoopers. These packets should never have any effect on the
caches, and thus there is no need to forward them to the snoopers.
src/mem/bus.cc