From 0711f4f17a4b4ac61b07cbe742f0d193f919ea8f Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Thu, 25 Oct 2007 20:13:35 -0400 Subject: SE: Fix page table and system serialization, don't reinit process if this is a checkpoint restore. --HG-- extra : convert_revision : 03dcf3c088e57b7abab60efe700d947117888306 --- src/sim/process.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sim/process.hh') diff --git a/src/sim/process.hh b/src/sim/process.hh index d43208c27..0d2db959c 100644 --- a/src/sim/process.hh +++ b/src/sim/process.hh @@ -74,6 +74,8 @@ class Process : public SimObject // created threads and are not initialized. bool initialContextLoaded; + bool checkpointRestored; + // thread contexts associated with this process std::vector threadContexts; -- cgit v1.2.3