commit | 7f9c929a7ff203eae60b4225bb6824c3eb31796c | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri May 03 06:40:15 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Jul 06 00:29:50 2019 +1000 |
tree | 074abff01828d66e8b39a7d9592a10c5967235d5 | |
parent | 2fb0a2c989837c976b68233496bbaefb47cd3d6f [diff] |
powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h PPC_HA() PPC_HI() and PPC_LO() macros are nice macros. Move them from module64.c to ppc-opcode.h in order to use them in other places. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> [mpe: Clean up formatting in new code, drop duplicates in ftrace.c] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>