powerpc/64s: Consolidate exception handler alignment
authorNicholas Piggin <npiggin@gmail.com>
Wed, 21 Sep 2016 07:43:28 +0000 (17:43 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Oct 2016 02:06:55 +0000 (13:06 +1100)
commitbe642c3457e75983be6f1f4bddcc77c9e2ed4650
treef5b3ae3ec58a2375aa28c19d8bd4219a2f948524
parentda2bc4644c75d992427c45c5ade3bdf18ca1b52d
powerpc/64s: Consolidate exception handler alignment

Move exception handler alignment directives into the head-64.h macros,
beause they will no longer work in-place after the next patch. This
slightly changes functions that have alignments applied and therefore
code generation, which is why it was not done initially (see earlier
patch).

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/head-64.h
arch/powerpc/kernel/exceptions-64s.S