]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/ps3: Fix system hang with GCC 5 builds
authorGeoff Levand <geoff@infradead.org>
Tue, 29 Nov 2016 18:47:32 +0000 (10:47 -0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 30 Nov 2016 12:19:59 +0000 (23:19 +1100)
commit6dff5b67054e17c91bd630bcdda17cfca5aa4215
treed8b13369d92eb1e077d056b109c46648bfa88d62
parent76ffb5785047b3924da20969eb3f658b363c20f0
powerpc/ps3: Fix system hang with GCC 5 builds

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.

Cc: stable@vger.kernel.org
Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/ps3-head.S
arch/powerpc/boot/ps3.c