powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers
authorNicholas Piggin <npiggin@gmail.com>
Sat, 22 Jun 2019 13:15:21 +0000 (23:15 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jul 2019 10:24:42 +0000 (20:24 +1000)
commit47169fba3af465c995a936e6b9c67e0746f4c583
treec170e85444716925ee66822f3dad9f3e8a05dc3a
parentc06075f3d3fc4d9be7f3f9d9832b4a387037cc26
powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers

More cases of code insertion via macros that does not add a great
deal. All the additions have to be specified in the macro arguments,
so they can just as well go after the macro.

No generated code change.

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