Searched hist:9309 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/
H A Dtable_walker.cc9309:10cf9d9fe5ed Thu Oct 25 04:32:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> 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).

Completed in 24 milliseconds