Skip to content

Commit

Permalink
metag: ftrace: remove the misleading comment for ftrace_dyn_arch_init
Browse files Browse the repository at this point in the history
ftrace_dyn_arch_init no longer in kstop_machine, so remove the
corresponding comment.

Signed-off-by: Li Bin <[email protected]>
Signed-off-by: James Hogan <[email protected]>
  • Loading branch information
libin2015 authored and James Hogan committed Apr 29, 2016
1 parent b562e44 commit 879d08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/metag/kernel/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
return ftrace_modify_code(ip, old, new);
}

/* run from kstop_machine */
int __init ftrace_dyn_arch_init(void)
{
return 0;
Expand Down

0 comments on commit 879d08e

Please sign in to comment.