提交 c2610381 编写于 作者: J Jesper Nilsson

CRIS: Drop regs parameter from call to profile_tick in kernel/time.c

上级 ac17e82a
......@@ -207,7 +207,7 @@ cris_do_profile(struct pt_regs* regs)
#endif
#ifdef CONFIG_PROFILING
profile_tick(CPU_PROFILING, regs);
profile_tick(CPU_PROFILING);
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册