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

Commit c2610381 authored by Jesper Nilsson's avatar Jesper Nilsson
Browse files

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

parent ac17e82a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}