mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-11 21:14:07 +08:00
CRIS: Drop regs parameter from call to profile_tick in kernel/time.c
This commit is contained in:
parent
ac17e82a87
commit
c261038108
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user