mirror of https://gitee.com/openkylin/qemu.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 <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
This commit is contained in:
parent
99f678a679
commit
1456364ff0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue