summaryrefslogtreecommitdiff
path: root/target-arm/cpu.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-07-30 13:33:47 +0100
committerPaul Brook <paul@codesourcery.com>2009-07-31 13:19:39 +0100
commitffe47d331d4f725567e83375ffc19a36dbdce7f5 (patch)
treee8f147778f62896926392d424fa476d06ff6e8bd /target-arm/cpu.h
parent2814df28efc184dd327e15a2bb75119c1ef19564 (diff)
downloadqemu-ffe47d331d4f725567e83375ffc19a36dbdce7f5.tar.gz
Save/restore ARMv6 MMU state
Correctly save/restore ARMV6 MMU state. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'target-arm/cpu.h')
-rw-r--r--target-arm/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index 194f16cc71..afc2bfebb4 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -405,7 +405,7 @@ void cpu_arm_set_cp_io(CPUARMState *env, int cpnum,
#define cpu_signal_handler cpu_arm_signal_handler
#define cpu_list arm_cpu_list
-#define CPU_SAVE_VERSION 1
+#define CPU_SAVE_VERSION 2
/* MMU modes definitions */
#define MMU_MODE0_SUFFIX _kernel