add in serialization of AtomicSimpleCPU _status. This is needed because right now...
authorLisa Hsu <hsul@eecs.umich.edu>
Mon, 9 Oct 2006 03:16:40 +0000 (23:16 -0400)
committerLisa Hsu <hsul@eecs.umich.edu>
Mon, 9 Oct 2006 03:16:40 +0000 (23:16 -0400)
commitd52117d1e3b833727ce115c0d6fafeabd826bd90
treed68ddf199115fbbe6358058250b3d2fc9031ed11
parentce6c752ede773388da21dd05f6eff20398a1f447
add in serialization of AtomicSimpleCPU _status.  This is needed because right now unserializing breaks an assert since CPU status is not saved. Kev says that this will break uniform serialization across CPUs since each type of CPU has its own "status" enum set.  So, the repercussions are that if you serialize in this CPU, you must first unserialize in this CPU before switching to something else you want.

src/cpu/simple/atomic.cc:
    add in serialization of AtomicSimpleCPU _status.  Kev says that this will break uniform serialization across CPUs since each type of CPU has its own "status" enum set.  So, the repercussions are that if you serialize in this CPU, you must first unserialize in this CPU before switching to something else you want.

--HG--
extra : convert_revision : 7000f660aecea6fef712bf81853d9a7b90d625ee
src/cpu/simple/atomic.cc