155a156,160
> # 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()
>