qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-1.5] ppc: do not register IABR SPR twice for


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH for-1.5] ppc: do not register IABR SPR twice for 603e
Date: Tue, 18 Jun 2013 17:38:00 +0200

On 11.05.2013, at 21:03, Hervé Poussineau wrote:

> IABR SPR is already registered in gen_spr_603(), called from init_proc_603E().
> 
> Signed-off-by: Hervé Poussineau <address@hidden>

Thanks, applied to ppc-next. Sorry for the long delay - I was on vacation :)


Alex

> ---
> target-ppc/translate_init.c |    5 -----
> 1 file changed, 5 deletions(-)
> 
> diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c
> index 6feb62a..248d3e0 100644
> --- a/target-ppc/translate_init.c
> +++ b/target-ppc/translate_init.c
> @@ -4980,11 +4980,6 @@ static void init_proc_603E (CPUPPCState *env)
>                  SPR_NOACCESS, SPR_NOACCESS,
>                  &spr_read_generic, &spr_write_generic,
>                  0x00000000);
> -    /* XXX : not implemented */
> -    spr_register(env, SPR_IABR, "IABR",
> -                 SPR_NOACCESS, SPR_NOACCESS,
> -                 &spr_read_generic, &spr_write_generic,
> -                 0x00000000);
>     /* Memory management */
>     gen_low_BATs(env);
>     gen_6xx_7xx_soft_tlb(env, 64, 2);
> -- 
> 1.7.10.4
> 




reply via email to

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