Re: [PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.

2022-05-05 Thread Christophe Leroy
Le 04/05/2022 à 14:39, Christophe Leroy a écrit : Le 18/04/2022 à 09:38, Naveen N. Rao a écrit : Christophe Leroy wrote: PPC_RAW_xxx() macros are self explanatory and less error prone than open coding. Use them in ftrace.c Signed-off-by: Christophe Leroy ---  arch/powerpc/include/asm/p

Re: [PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.

2022-05-04 Thread Christophe Leroy
Le 18/04/2022 à 09:38, Naveen N. Rao a écrit : > Christophe Leroy wrote: >> PPC_RAW_xxx() macros are self explanatory and less error prone >> than open coding. >> >> Use them in ftrace.c >> >> Signed-off-by: Christophe Leroy >> --- >>  arch/powerpc/include/asm/ppc-opcode.h |  3 +++ >>  arch/powe

Re: [PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.

2022-04-18 Thread Naveen N. Rao
Christophe Leroy wrote: PPC_RAW_xxx() macros are self explanatory and less error prone than open coding. Use them in ftrace.c Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/ppc-opcode.h | 3 +++ arch/powerpc/kernel/trace/ftrace.c| 32 +-- 2 files cha

[PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.

2022-03-24 Thread Christophe Leroy
PPC_RAW_xxx() macros are self explanatory and less error prone than open coding. Use them in ftrace.c Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/ppc-opcode.h | 3 +++ arch/powerpc/kernel/trace/ftrace.c| 32 +-- 2 files changed, 14 insertions(+), 21