Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 879d08ec authored by Li Bin's avatar Li Bin Committed by James Hogan
Browse files

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: default avatarLi Bin <huawei.libin@huawei.com>
Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
parent b562e44f
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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;