Files
linux/arch/powerpc/kernel
Christophe Leroy 8a23fdec3d powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S
EXCEPTION_PROLOG is similar in head_8xx.S and head_32.S

This patch creates head_32.h and moves EXCEPTION_PROLOG macro
into it. It also converts it from a GCC macro to a GAS macro
in order to ease refactorisation with 40x later, since
GAS macros allows the use of #ifdef/#else/#endif inside it.
And it also has the advantage of not requiring the uggly "; \"
at the end of each line.

This patch also moves EXCEPTION() and EXC_XFER_XXXX() macros which
are also similar while adding START_EXCEPTION() out of EXCEPTION().

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2019-05-03 01:20:26 +10:00
..
2018-07-30 22:47:53 +10:00
2019-05-01 16:45:05 +10:00
2019-05-03 01:20:26 +10:00
2019-05-03 01:20:26 +10:00
2019-05-03 01:20:26 +10:00
2019-02-23 22:31:40 +11:00
2017-12-11 13:03:35 +11:00
2019-03-12 10:04:01 -07:00
2019-03-02 14:43:05 +11:00
2019-04-20 22:02:44 +10:00
2018-10-09 16:51:05 +11:00
2019-03-05 21:07:18 -08:00
2018-05-25 12:04:46 +10:00