Fix the following similar misleading comments of ftrace for arch ia64/metag/powerpc/sh/x86:
Note: Due to modules and __init, code can disappear and change, we need to protect against faulting as well as code changing. We do this by using the probe_kernel_* functions. No real locking needed, this code is run through kstop_machine, or before SMP starts. Cc: Tony Luck <tony.l...@intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: linux-i...@vger.kernel.org Cc: James Hogan <james.ho...@imgtec.com> Cc: linux-me...@vger.kernel.org Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> Cc: Paul Mackerras <pau...@samba.org> Cc: Michael Ellerman <m...@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org Cc: linux...@vger.kernel.org Cc: Thomas Gleixner <t...@linutronix.de> "Cc: H. Peter Anvin" <h...@zytor.com> Cc: x...@kernel.org Li Bin (5): ia64: ftrace: fix the comments for ftrace_modify_code metag: ftrace: fix the comments for ftrace_modify_code powerpc: ftrace: fix the comments for ftrace_modify_code sh: ftrace: fix the comments for ftrace_modify_code x86: ftrace: fix the comments for ftrace_modify_code_direct arch/ia64/kernel/ftrace.c | 13 ++++++------- arch/metag/kernel/ftrace.c | 12 ++++++------ arch/powerpc/kernel/ftrace.c | 13 ++++++------- arch/sh/kernel/ftrace.c | 13 ++++++------- arch/x86/kernel/ftrace.c | 13 ++++++------- 5 files changed, 30 insertions(+), 34 deletions(-) _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev