arm: Use table walker clock that is inherited from CPU
Review Request #1476 - Created Oct. 22, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9311:0ad8b4be45cc --------------------------- arm: Use table walker clock that is inherited from CPU This patch simplifies the scheduling of the next walk for the ARM table walker. Previously it used the CPU clock, but as the table walker inherits the clock from the CPU, it is cleaner to simply use its own clock (which is the same).
util/regress all passing (disregarding t1000 and eio)
