powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
authorNicholas Piggin <npiggin@gmail.com>
Tue, 25 Feb 2020 17:35:13 +0000 (03:35 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 1 Apr 2020 02:42:10 +0000 (13:42 +1100)
commiteb204d863b9e7ddd9fdf904b1e94412597beb301
tree800dad221488b501ab18637ad8f97d625ca1cf73
parentd52fd3d31b25a01a48e9b31c668846967cb1cfde
powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros

These don't provide a large amount of code sharing. Removing them
makes code easier to shuffle around. For example, some of the common
instructions will be moved into the common code gen macro.

No generated code change.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200225173541.1549955-5-npiggin@gmail.com
arch/powerpc/kernel/exceptions-64s.S