Clean up clock phase drift code a bit.
authorKevin Lim <ktlim@umich.edu>
Mon, 6 Nov 2006 18:27:45 +0000 (13:27 -0500)
committerKevin Lim <ktlim@umich.edu>
Mon, 6 Nov 2006 18:27:45 +0000 (13:27 -0500)
commit652281a61c6be7210b575e50566e7efdc82ab6ba
treeee9532bc451a62a5cc68cb41646794f5165fe14a
parent257e09d62622676b84b5166854850024a5f72bcc
Clean up clock phase drift code a bit.

src/cpu/base.cc:
    Move clock phase drift code to the base CPU so that any CPU model can use it.
src/cpu/base.hh:
    Added two functions to help get the next cycle the CPU should be scheduled.
src/cpu/simple/atomic.cc:
src/cpu/simple/timing.cc:
    Use the function now in BaseCPU.

--HG--
extra : convert_revision : 444494b66ffc85fc473c23f57683c5f9458ad80c
src/cpu/base.cc
src/cpu/base.hh
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc