Review Board 2.0.15


ARM: update TLB to set request packet ASID field

Review Request #847 - Created Sept. 9, 2011 and submitted

Information
Ali Saidi
gem5
Reviewers
Default
ali, gblack, nate, stever
ARM: update TLB to set request packet ASID field

Add a setAsid() method on the request and update the request asid during TLB translation from the ARM contextidr register.

   
Posted (Sept. 9, 2011, 9:05 p.m.)
Adding the new accessor should be its own change since it and the rest are doing different things, even though it's small and there's a dependency. Otherwise this looks good to me.