Various cleanup. Mostly forcing initialization of some fields...
authorSteve Reinhardt <stever@eecs.umich.edu>
Sat, 6 Dec 2003 17:57:59 +0000 (09:57 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sat, 6 Dec 2003 17:57:59 +0000 (09:57 -0800)
commit37a718e45e9bb1d841c6c5d1b428461819f18a74
tree7e239e1aa3941e197e4aebe82243b4264253afb4
parentb6c77fe6f8fbd6f38718bed48e731145f763888c
Various cleanup.  Mostly forcing initialization of some fields...
I noticed that checkpoints dumped from m5.debug and m5.opt had
differences, which is no longer the case (other than addresses
encoded in names).

cpu/full_cpu/smt.hh:
    Get rid of unused SMT_MAX_CPUS.
sim/debug.cc:
    Use AutoDelete for DebugBreakEvent.
sim/serialize.cc:
sim/serialize.hh:
    Move constructor & destructor to header so they can be inlined.

--HG--
extra : convert_revision : bc68c2c9b053b1de0d655ed555734419fafd0b83
cpu/full_cpu/smt.hh
sim/debug.cc
sim/serialize.cc
sim/serialize.hh