eventq: convert all usage of events to use the new API.
authorNathan Binkert <nate@binkert.org>
Thu, 9 Oct 2008 11:58:24 +0000 (04:58 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 9 Oct 2008 11:58:24 +0000 (04:58 -0700)
commite06321091d4e931ff1a4d753e56d76f9746c3cd2
tree75e2049ca5ffc65cbfaefa73804571aa933f015b
parent8291d9db0a0bdeecb2a13f28962893ed3659230e
eventq: convert all usage of events to use the new API.
For now, there is still a single global event queue, but this is
necessary for making the steps towards a parallelized m5.
68 files changed:
src/arch/alpha/regfile.cc
src/arch/alpha/regfile.hh
src/arch/mips/regfile/misc_regfile.cc [changed mode: 0755->0644]
src/arch/mips/regfile/regfile.cc
src/arch/mips/regfile/regfile.hh
src/arch/sparc/miscregfile.cc
src/arch/sparc/miscregfile.hh
src/arch/sparc/regfile.cc
src/arch/sparc/regfile.hh
src/arch/sparc/ua2005.cc
src/arch/x86/miscregfile.hh
src/arch/x86/regfile.cc
src/arch/x86/regfile.hh
src/cpu/base.cc
src/cpu/base.hh
src/cpu/cpuevent.hh
src/cpu/memtest/memtest.cc
src/cpu/memtest/memtest.hh
src/cpu/o3/commit_impl.hh
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/o3/fetch.hh
src/cpu/o3/inst_queue_impl.hh
src/cpu/o3/lsq.hh
src/cpu/o3/lsq_unit.hh
src/cpu/o3/lsq_unit_impl.hh
src/cpu/quiesce_event.cc
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc
src/cpu/simple/timing.hh
src/cpu/simple_thread.cc
src/cpu/thread_state.cc
src/dev/alpha/tsunami_io.cc
src/dev/alpha/tsunami_io.hh
src/dev/etherbus.cc
src/dev/etherbus.hh
src/dev/etherlink.cc
src/dev/ethertap.cc
src/dev/ethertap.hh
src/dev/i8254xGBe.cc
src/dev/i8254xGBe.hh
src/dev/ide_disk.cc
src/dev/intel_8254_timer.cc
src/dev/intel_8254_timer.hh
src/dev/io_device.cc
src/dev/mc146818.cc
src/dev/mc146818.hh
src/dev/ns_gige.cc
src/dev/pcidev.cc
src/dev/sinic.cc
src/dev/uart8250.cc
src/mem/bridge.cc
src/mem/bridge.hh
src/mem/bus.cc
src/mem/cache/base.cc
src/mem/cache/cache_impl.hh
src/mem/physical.cc
src/mem/tport.cc
src/mem/tport.hh
src/python/m5/main.py
src/sim/debug.cc
src/sim/pseudo_inst.cc
src/sim/sim_events.cc
src/sim/sim_events.hh
src/sim/sim_exit.hh
src/sim/sim_object_params.hh
src/sim/simulate.cc
src/sim/stat_control.cc