From e0387415988a11f30b5aac66cd5cc32f7387e08e Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Wed, 7 Aug 2013 14:51:17 -0500 Subject: x86: add tlb checkpointing This patch adds checkpointing support to x86 tlb. It upgrades the cpt_upgrader.py script so that previously created checkpoints can be updated. It moves the checkpoint version to 6. --- src/sim/serialize.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim') diff --git a/src/sim/serialize.hh b/src/sim/serialize.hh index e523e68a5..aedb2d1ae 100644 --- a/src/sim/serialize.hh +++ b/src/sim/serialize.hh @@ -57,7 +57,7 @@ class SimObject; * SimObject shouldn't cause the version number to increase, only changes to * existing objects such as serializing/unserializing more state, changing sizes * of serialized arrays, etc. */ -static const uint64_t gem5CheckpointVersion = 0x0000000000000005; +static const uint64_t gem5CheckpointVersion = 0x0000000000000006; template void paramOut(std::ostream &os, const std::string &name, const T ¶m); -- cgit v1.2.3