]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc/boot: Fix build failure in 32-bit boot wrapper
authorBen Hutchings <ben@decadent.org.uk>
Wed, 16 Nov 2016 18:27:56 +0000 (18:27 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 28 Nov 2016 11:58:13 +0000 (22:58 +1100)
commit10c77dba40ff58fc03587b3b60725bb7fd723183
treebfe9fc8b705bcc29e8e7ae3f2388a079d9e015a0
parent984d7a1ec67ce3a46324fa4bcb4c745bbc266cf2
powerpc/boot: Fix build failure in 32-bit boot wrapper

OPAL is not callable from 32-bit mode and the assembly code for it
may not even build (depending on how binutils was configured).

References: https://buildd.debian.org/status/fetch.php?pkg=linux&arch=powerpcspe&ver=4.8.7-1&stamp=1479203712
Fixes: 656ad58ef19e ("powerpc/boot: Add OPAL console to epapr wrappers")
Cc: stable@vger.kernel.org # v4.8+
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/Makefile
arch/powerpc/boot/opal.c