qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 05/35] target-arm: Remove unused ARMCPUState


From: Peter Crosthwaite
Subject: Re: [Qemu-devel] [PATCH v2 05/35] target-arm: Remove unused ARMCPUState sr substruct
Date: Wed, 5 Feb 2014 16:03:45 +1000

On Sat, Feb 1, 2014 at 1:45 AM, Peter Maydell <address@hidden> wrote:
> 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 <address@hidden>

Reviewed-by: Peter Crosthwaite <address@hidden>

> ---
>  target-arm/cpu.h | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/target-arm/cpu.h b/target-arm/cpu.h
> index 4bad6c0..70cd5a0 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;
> --
> 1.8.5
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]