]> 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)
commitf456c4bb3567f8770a9edc9563149e934e7feb8f
tree1bab4113708527a390feb38754e7fe5f89764f81
parent162868cd762568b7b5a155dc0126cae8b02ad18e
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