Review Board 2.0.15


sim: Move the BaseTLB to src/arch/generic/

Review Request #2629 - Created Feb. 5, 2015 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10692:51ce51ce19d6
---------------------------
sim: Move the BaseTLB to src/arch/generic/

The TLB-related code is generally architecture dependent and should
live in the arch directory to signify that.