powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2
authorNicholas Piggin <npiggin@gmail.com>
Fri, 2 Aug 2019 10:56:48 +0000 (20:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 30 Aug 2019 01:14:56 +0000 (11:14 +1000)
commitd29768e13cf6b50bd54a690e2ac52ab71465e2eb
tree1bab4113708527a390feb38754e7fe5f89764f81
parent9b40f62b8a49f0c922eb4b6cf6502f1307745c98
powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2

EXCEPTION_PROLOG_0 and _1 have only a single caller, so expand them
into it.

Rename EXCEPTION_PROLOG_2_REAL to INT_SAVE_SRR_AND_JUMP and
EXCEPTION_PROLOG_2_VIRT to INT_VIRT_SAVE_SRR_AND_JUMP, which are
more descriptive.

No generated code change except BUG line number constants.

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