gem5/src/cpu/simple
Kevin Lim 018ba50f2c Switch out fixes for CPUs.
src/cpu/o3/cpu.cc:
    Fix up keeping proper state when switched out and drained.
src/cpu/simple/timing.cc:
src/cpu/simple/timing.hh:
    Keep track of the event we use to schedule fetch initially and upon resume.  We may have to cancel the event if the CPU is switched out.

--HG--
extra : convert_revision : 60a2a1bd2cdc67bd53ca4a67aa77166c826a4c8c
2006-07-07 15:38:15 -04:00
..
atomic.cc AtomicSimpleCPU with a cache now runs the hello world! test program. 2006-06-30 17:21:58 -04:00
atomic.hh Various fixes for the CPU models to support the features that have been moved to python. 2006-06-29 19:45:24 -04:00
base.cc Remove sampler and serializer. Now they are handled through C++ interacting with Python. 2006-07-05 21:14:36 -04:00
base.hh Remove sampler and serializer. Now they are handled through C++ interacting with Python. 2006-07-05 21:14:36 -04:00
timing.cc Switch out fixes for CPUs. 2006-07-07 15:38:15 -04:00
timing.hh Switch out fixes for CPUs. 2006-07-07 15:38:15 -04:00