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

This commit is contained in:
Jesper Nilsson 2008-01-31 17:56:24 +01:00
parent ac17e82a87
commit c261038108
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ cris_do_profile(struct pt_regs* regs)
#endif #endif
#ifdef CONFIG_PROFILING #ifdef CONFIG_PROFILING
profile_tick(CPU_PROFILING, regs); profile_tick(CPU_PROFILING);
#endif #endif
} }