OSDN Git Service

powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callers
authorNicholas Piggin <npiggin@gmail.com>
Sat, 22 Jun 2019 13:15:20 +0000 (23:15 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jul 2019 10:24:42 +0000 (20:24 +1000)
commitc06075f3d3fc4d9be7f3f9d9832b4a387037cc26
treef11ea3d23444f62e471b9c340d3360506addb45e
parent5dba1d50ba4f44a82e7228d6fb83ccdfd1bda0fb
powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callers

The aim is to reduce the amount of indirection it takes to get through
the exception handler macros, particularly where it provides little
code sharing.

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/kernel/exceptions-64s.S