Re: [PATCH 1/3] powerpc/probes: Remove ppc_opcode_t

2022-07-29 Thread Michael Ellerman
On Thu, 7 Jul 2022 16:55:14 +0200, Christophe Leroy wrote: > ppc_opcode_t is just an u32. There is no point in hiding u32 > behind such a typedef. Remove it. > > Applied to powerpc/next. [1/3] powerpc/probes: Remove ppc_opcode_t

[PATCH 1/3] powerpc/probes: Remove ppc_opcode_t

2022-07-07 Thread Christophe Leroy
ppc_opcode_t is just an u32. There is no point in hiding u32 behind such a typedef. Remove it. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/kprobes.h | 2 +- arch/powerpc/include/asm/probes.h | 1 - arch/powerpc/include/asm/uprobes.h | 2 +- 3 files changed, 2 insertions(+), 3