From ffe47d331d4f725567e83375ffc19a36dbdce7f5 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 30 Jul 2009 13:33:47 +0100 Subject: Save/restore ARMv6 MMU state Correctly save/restore ARMV6 MMU state. Signed-off-by: Paul Brook --- target-arm/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-arm/cpu.h') diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 194f16cc7..afc2bfebb 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 -- cgit v1.2.3-65-gdbad