Re: powerpc/ps3: Fix system hang with GCC 5 builds

2016-12-03 Thread Michael Ellerman
On Tue, 2016-11-29 at 18:47:32 UTC, Geoff Levand wrote: > GCC 5 generates different code for this bootwrapper null check > that causes the PS3 to hang very early in its bootup. This > check is of limited value, so just get rid of it. > > Signed-off-by: Geoff Levand Applied to powerpc next, than

Re: powerpc/ps3: Fix system hang with GCC 5 builds

2016-11-29 Thread Greg KH
On Tue, Nov 29, 2016 at 10:47:32AM -0800, Geoff Levand wrote: > GCC 5 generates different code for this bootwrapper null check > that causes the PS3 to hang very early in its bootup. This > check is of limited value, so just get rid of it. > > Signed-off-by: Geoff Levand > --- > arch/powerpc/bo

powerpc/ps3: Fix system hang with GCC 5 builds

2016-11-29 Thread Geoff Levand
GCC 5 generates different code for this bootwrapper null check that causes the PS3 to hang very early in its bootup. This check is of limited value, so just get rid of it. Signed-off-by: Geoff Levand --- arch/powerpc/boot/ps3-head.S | 5 - arch/powerpc/boot/ps3.c | 8 +--- 2 files