powerpc/8xx: Move tail of alignment exception out of line
authorMichael Ellerman <mpe@ellerman.id.au>
Sat, 25 Jan 2020 13:20:16 +0000 (00:20 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 27 Jan 2020 11:36:59 +0000 (22:36 +1100)
commitd52668f6b3e052fa97e93e536c492f5880c73474
tree8f8fefe09157256ce1ed42a9219dba7d368f6c09
parentafe1ec5ab83029baf0f8368a255dc6b998bde576
powerpc/8xx: Move tail of alignment exception out of line

When we enable VMAP_STACK there will not be enough room for the
alignment handler at 0x600 in head_8xx.S. For now move the tail of the
alignment handler out of line, and branch to it.

Suggested-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/head_8xx.S