mem: Cycles converted to Ticks in atomic cache accesses
Review Request #1877 - Created May 22, 2013 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9734:6b92a6ec3706 --------------------------- 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.
All regressions pass after stats updates
Andreas, why should the compiler not raise an error on this? Did we not have this separate class Cycles to prevent such code?
