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

/gem5/src/arch/alpha/
H A Dsystem.hhdiff 9153:dc656c4af516 Fri Aug 17 00:45:00 EDT 2012 Nilay Vaish <nilay@cs.wisc.edu> Alpha System: override startup(), instead of loadState()
Alpha System was overriding loadState() function to setup some functional
event. The system tried to read/write to memory before the Ruby memory had
unserialized the state. With this patch, Alpha System overrides the
startup() function, and sets up functional events in this function. This
works because startup() is called after Ruby memory system has unserialized
the memory state.
H A Dsystem.ccdiff 9153:dc656c4af516 Fri Aug 17 00:45:00 EDT 2012 Nilay Vaish <nilay@cs.wisc.edu> Alpha System: override startup(), instead of loadState()
Alpha System was overriding loadState() function to setup some functional
event. The system tried to read/write to memory before the Ruby memory had
unserialized the state. With this patch, Alpha System overrides the
startup() function, and sets up functional events in this function. This
works because startup() is called after Ruby memory system has unserialized
the memory state.

Completed in 14 milliseconds