Re: [Qemu-devel] [PATCH v2 9/9] target-microblaze: Remove dead code

2015-06-14 Thread Peter Crosthwaite
On Thu, Jun 4, 2015 at 11:44 PM, Alistair Francis wrote: > This code is already being run in the mb_cpu_realizefn() > function. As PVR registers are preserved on reset this > code is not required. > > Signed-off-by: Alistair Francis > Reviewed-by: Edgar E. Iglesias Reviewed-by: Peter Crosthwait

[Qemu-devel] [PATCH v2 9/9] target-microblaze: Remove dead code

2015-06-04 Thread Alistair Francis
This code is already being run in the mb_cpu_realizefn() function. As PVR registers are preserved on reset this code is not required. Signed-off-by: Alistair Francis Reviewed-by: Edgar E. Iglesias --- target-microblaze/cpu.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --