提交 1456364f 编写于 作者: P Peter Maydell

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: NPeter Maydell <peter.maydell@linaro.org>
Reviewed-by: NPeter Crosthwaite <peter.crosthwaite@xilinx.com>
上级 99f678a6
...@@ -217,11 +217,6 @@ typedef struct CPUARMState { ...@@ -217,11 +217,6 @@ typedef struct CPUARMState {
uint32_t c15_power_control; /* power control */ uint32_t c15_power_control; /* power control */
} cp15; } cp15;
/* System registers (AArch64) */
struct {
uint64_t tpidr_el0;
} sr;
struct { struct {
uint32_t other_sp; uint32_t other_sp;
uint32_t vecbase; uint32_t vecbase;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册