metag: ftrace: remove the misleading comment for ftrace_dyn_arch_init
authorLi Bin <huawei.libin@huawei.com>
Mon, 28 Dec 2015 08:34:07 +0000 (16:34 +0800)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 29 Apr 2016 21:37:51 +0000 (22:37 +0100)
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>
arch/metag/kernel/ftrace.c

index ac8c039b0318fe48929bff8f60ec4f9d58740120..f7b23d300881b9bf1409c0afd80c4bfd93e27c79 100644 (file)
@@ -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;