Searched hist:3177 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/simple/
H A Datomic.ccdiff 3177:3a2bc3fbae6e Sun Oct 08 23:16:00 EDT 2006 Lisa Hsu <hsul@eecs.umich.edu> 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.

Completed in 47 milliseconds