X86: Add L1 caches for the TLB walkers.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 2 Feb 2011 02:28:41 +0000 (18:28 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 2 Feb 2011 02:28:41 +0000 (18:28 -0800)
commit119f5f8e94e673b1495dccce03b54773dc18afea
treeff11fb58d39d12bd7c4fa5d94f629d718fe4e2ec
parent4b4cd0303ea0e3b23e641933dbf0da57d1483764
X86: Add L1 caches for the TLB walkers.

Small L1 caches are connected to the TLB walkers when caches are used. This
allows them to participate in the coherence protocol properly.
configs/common/CacheConfig.py
configs/common/Caches.py
src/cpu/BaseCPU.py
src/cpu/o3/O3CPU.py