Review Board 2.0.15


sim: fold checkpoint restore code into instantiate()

Review Request #79 - Created July 29, 2010 and submitted - Latest diff uploaded

Information
Steve Reinhardt
gem5
Reviewers
Default
sim: fold checkpoint restore code into instantiate()
The separate restoreCheckpoint() call is gone; just pass
the checkpoint dir as an optional arg to instantiate().
This change is a precursor to some more extensive
reworking of the startup code.