]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdddabe5380b06a4bd56885c520ce284fd5f1e613
tree1bab4113708527a390feb38754e7fe5f89764f81
parente7c5cf3d183d5909d368411edabbdec568b682bd
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