Re: [PATCH v4 07/16] powerpc: Introduce functions for instruction nullity and equality

2020-03-23 Thread Jordan Niethe
On Mon, Mar 23, 2020 at 5:46 PM Nicholas Piggin wrote: > > Jordan Niethe's on March 20, 2020 3:18 pm: > > In preparation for an instruction data type that can not be directly > > used with the '==' operator use functions for checking equality and > > nullity. > > > > Signed-off-by: Jordan Niethe

Re: [PATCH v4 07/16] powerpc: Introduce functions for instruction nullity and equality

2020-03-22 Thread Nicholas Piggin
Jordan Niethe's on March 20, 2020 3:18 pm: > In preparation for an instruction data type that can not be directly > used with the '==' operator use functions for checking equality and > nullity. > > Signed-off-by: Jordan Niethe > --- > arch/powerpc/kernel/optprobes.c | 2 +- > arch/powerpc

[PATCH v4 07/16] powerpc: Introduce functions for instruction nullity and equality

2020-03-19 Thread Jordan Niethe
In preparation for an instruction data type that can not be directly used with the '==' operator use functions for checking equality and nullity. Signed-off-by: Jordan Niethe --- arch/powerpc/kernel/optprobes.c | 2 +- arch/powerpc/kernel/trace/ftrace.c | 33 +++-