Commit c2610381 authored by Jesper Nilsson's avatar Jesper Nilsson

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

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment