From: Peter Maydell Date: Thu, 20 Feb 2014 10:35:51 +0000 (+0000) Subject: target-arm: Remove unused ARMCPUState sr substruct X-Git-Tag: v2.0.0-rc0~73^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1456364ff0900893f81f8d06fb1b42e5c2ad8a23;p=thirdparty%2Fqemu.git target-arm: Remove unused ARMCPUState sr substruct Remove the 'struct sr' from ARMCPUState -- it isn't actually used and is a hangover from the original separate system register implementation used by the SuSE linux-user-mode-only AArch64 target. Signed-off-by: Peter Maydell Reviewed-by: Peter Crosthwaite --- diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 52894fc33ef..ab57f554a0a 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -217,11 +217,6 @@ typedef struct CPUARMState { uint32_t c15_power_control; /* power control */ } cp15; - /* System registers (AArch64) */ - struct { - uint64_t tpidr_el0; - } sr; - struct { uint32_t other_sp; uint32_t vecbase;