Re: [1/1] powerpc/embedded6xx: Make reboot works on MVME5100

From: Scott Wood
Date: Wed Mar 09 2016 - 01:38:36 EST


On Tue, Mar 08, 2016 at 08:59:12AM +0100, Alessio Igor Bogani wrote:
> The mtmsr() function hangs during restart. Make reboot works on
> MVME5100 removing that function call.
> ---
> arch/powerpc/platforms/embedded6xx/mvme5100.c | 2 --
> 1 file changed, 2 deletions(-)

Missing signoff

Do you know why MSR_IP was there to begin with? Does this board have a
switch that determines whether boot vectors are high or low (I remember
some 83xx boards that did), in which case is this fixing one config by
breaking another?

-Scott