Commit ee037040 authored by Marc Koderer's avatar Marc Koderer Committed by Jonathan Corbet
Browse files

samples/kprobes: Remove misleading comment



The example file supports many architectures not only x86 and PPC.

Signed-off-by: default avatarMarc Koderer <marc@koderer.com>
Cc: trivial@kernel.org
Link: https://lore.kernel.org/r/20201228060415.2194-1-marc@koderer.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 7594bb08
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
// 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.
 *