qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH] openrisc: cpu: Remove unused cpu


From: Alex Bennée
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] openrisc: cpu: Remove unused cpu_get_pc
Date: Thu, 30 Apr 2015 09:37:17 +0100

Peter Crosthwaite <address@hidden> writes:

> This function is not used by anything. Remove.
>
> Signed-off-by: Peter Crosthwaite <address@hidden>
> ---
>  target-openrisc/cpu.h | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/target-openrisc/cpu.h b/target-openrisc/cpu.h
> index b25324b..9e23cd0 100644
> --- a/target-openrisc/cpu.h
> +++ b/target-openrisc/cpu.h
> @@ -415,9 +415,4 @@ static inline int cpu_mmu_index(CPUOpenRISCState *env)
>  
>  #include "exec/exec-all.h"
>  
> -static inline target_ulong cpu_get_pc(CPUOpenRISCState *env)
> -{
> -    return env->pc;
> -}
> -
>  #endif /* CPU_OPENRISC_H */

Are you going to clean up the the microblaze one as well?

Reviewed-by: Alex Bennée <address@hidden>

-- 
Alex Bennée



reply via email to

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