Review Board 2.0.15


arch, cpu: Do not forward snoops to table walker

Review Request #2716 - Created March 30, 2015 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10782:71d9c075bef2
---------------------------
arch, cpu: Do not forward snoops to table walker

This patch simplifies the overall CPU by changing the TLB caches such
that they do not forward snoops to the table walker port(s). Note that
only ARM and X86 are affected.

There is no reason for the ports to snoop as they do not actually take
any action, and from a performance point of view we are better of not
snooping more than we have to.

Should it at a later point be required to snoop for a particular TLB
design it is easy enough to add it back.

   
Review request changed
Updated (May 5, 2015, 1:04 a.m.)

Status: Closed (submitted)