Browse Source

metag: ftrace: remove the misleading comment for ftrace_dyn_arch_init

ftrace_dyn_arch_init no longer in kstop_machine, so remove the
corresponding comment.

Signed-off-by: Li Bin <huawei.libin@huawei.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Li Bin 9 years ago
parent
commit
879d08ec30
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/metag/kernel/ftrace.c

+ 0 - 1
arch/metag/kernel/ftrace.c

@@ -115,7 +115,6 @@ int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
 	return ftrace_modify_code(ip, old, new);
 	return ftrace_modify_code(ip, old, new);
 }
 }
 
 
-/* run from kstop_machine */
 int __init ftrace_dyn_arch_init(void)
 int __init ftrace_dyn_arch_init(void)
 {
 {
 	return 0;
 	return 0;