On Mon, 28 Dec 2020 07:04:15 +0100 Marc Koderer <marc@xxxxxxxxxxx> wrote: > The example file supports many architectures not only x86 and PPC. > > Signed-off-by: Marc Koderer <marc@xxxxxxxxxxx> > Cc: trivial@xxxxxxxxxx > --- > samples/kprobes/kprobe_example.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/samples/kprobes/kprobe_example.c b/samples/kprobes/kprobe_example.c > index 365905cb24b1..192aa68db0c0 100644 > --- a/samples/kprobes/kprobe_example.c > +++ b/samples/kprobes/kprobe_example.c > @@ -1,6 +1,5 @@ > // SPDX-License-Identifier: GPL-2.0-only > /* > - * NOTE: This example is works on x86 and powerpc. > * Here's a sample kernel module showing the use of kprobes to dump a > * stack trace and selected registers when kernel_clone() is called. Applied, thanks. jon