Review Board 2.0.15


ARM: Don't return the result of a table walk the same cycle it's returned.

Review Request #257 - Created Oct. 2, 2010 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
Reviewers
Default
ARM: Don't return the result of a table walk the same cycle it's returned.

The L1 cache may have been accessed to provide this data, which confuses
it, if it ends up being accesses twice in one cycle. Instead wait 1 tick
which will force the timing simple CPU to forward to its next clock cycle
when the translation completes.

Also prevent multiple outstanding table walks from occuring at once.