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

/gem5/src/dev/arm/
H A Dtimer_cpulocal.ccdiff 9545:508784fad4e5 Tue Feb 19 05:56:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> sim: Make clock private and access using clockPeriod()

This patch makes the clock member private to the ClockedObject and
forces all children to access it using clockPeriod(). This makes it
impossible to inadvertently change the clock, and also makes it easier
to transition to a situation where the clock is derived from e.g. a
clock domain, or through a multiplier.
H A Dtimer_cpulocal.hhdiff 9545:508784fad4e5 Tue Feb 19 05:56:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> sim: Make clock private and access using clockPeriod()

This patch makes the clock member private to the ClockedObject and
forces all children to access it using clockPeriod(). This makes it
impossible to inadvertently change the clock, and also makes it easier
to transition to a situation where the clock is derived from e.g. a
clock domain, or through a multiplier.
/gem5/src/sim/
H A Dclocked_object.hhdiff 9545:508784fad4e5 Tue Feb 19 05:56:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> sim: Make clock private and access using clockPeriod()

This patch makes the clock member private to the ClockedObject and
forces all children to access it using clockPeriod(). This makes it
impossible to inadvertently change the clock, and also makes it easier
to transition to a situation where the clock is derived from e.g. a
clock domain, or through a multiplier.
/gem5/src/mem/cache/prefetch/
H A Dbase.ccdiff 9545:508784fad4e5 Tue Feb 19 05:56:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> sim: Make clock private and access using clockPeriod()

This patch makes the clock member private to the ClockedObject and
forces all children to access it using clockPeriod(). This makes it
impossible to inadvertently change the clock, and also makes it easier
to transition to a situation where the clock is derived from e.g. a
clock domain, or through a multiplier.

Completed in 29 milliseconds