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.
Posted (March 30, 2015, 10:11 p.m.)
Are these the only two ISAs that should be changed? Why not the others?
Also, it might be worth mentioning in the commit message that it would be easy enough to add snooping back in for a particular TLB design if it were ever actually needed. Just further justification for why this change makes sense.
Review request changed
Updated (March 31, 2015, 12:43 a.m.)
Description: |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+3 -42) |
Ship It!
Ship It!
