x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c
Fix the misleading comment for arch/x86/kernel/ftrace.c that it had used nop instead of jmp. Signed-off-by: Li Bin <huawei.libin@huawei.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
a29054d947
commit
9d2099ab05
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Code for replacing ftrace calls with jumps.
|
* Dynamic function tracing support.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
|
* Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue