mem: Cycles converted to Ticks in atomic cache accesses
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 27 Jun 2013 09:49:49 +0000 (05:49 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 27 Jun 2013 09:49:49 +0000 (05:49 -0400)
commit368f50a0a1caaddf84ef35a5597f5eee75495cbb
treeffc012847a23ee2e49c2c45313ec4d4f4cc3ead3
parent718fb407098ed8751a71eda7f2ce9b24ccd1d24b
mem: Cycles converted to Ticks in atomic cache accesses

This patch fixes an outstanding issue in the cache timing calculations
where an atomic access returned a time in Cycles, but the port
forwarded it on as if it was in Ticks.

A separate patch will update the regression stats.
src/mem/cache/cache.hh
src/mem/cache/cache_impl.hh