From 3e6da89419e5d53dc8a0df446473a4f28808bc46 Mon Sep 17 00:00:00 2001 From: Chander Sudanthi Date: Thu, 31 Oct 2013 13:41:13 -0500 Subject: ARM: add support for TEEHBR access Thumb2 ARM kernels may access the TEEHBR via thumbee_notifier in arch/arm/kernel/thumbee.c. The Linux kernel code just seems to be saving and restoring the register. This patch adds support for the TEEHBR cp14 register. Note, this may be a special case when restoring from an image that was run on a system that supports ThumbEE. --- 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 46d3fe82c..1e9566519 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 = 0x0000000000000007; +static const uint64_t gem5CheckpointVersion = 0x0000000000000008; template void paramOut(std::ostream &os, const std::string &name, const T ¶m); -- cgit v1.2.3