summaryrefslogtreecommitdiff
path: root/configs/common
diff options
context:
space:
mode:
Diffstat (limited to 'configs/common')
-rw-r--r--configs/common/CacheConfig.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/common/CacheConfig.py b/configs/common/CacheConfig.py
index 8489e3231..52659e89d 100644
--- a/configs/common/CacheConfig.py
+++ b/configs/common/CacheConfig.py
@@ -162,11 +162,6 @@ def config_cache(options, system):
else:
system.cpu[i].connectAllPorts(system.membus)
- # Add a snoop filter to the membus if there are caches above it
- if (options.l2cache or options.caches) and \
- (system.membus.snoop_filter == NULL):
- system.membus.snoop_filter = SnoopFilter()
-
return system
# ExternalSlave provides a "port", but when that port connects to a cache,