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

+1 -1
+1 -1
arch/cris/kernel/time.c
··· 207 #endif 208 209 #ifdef CONFIG_PROFILING 210 - profile_tick(CPU_PROFILING, regs); 211 #endif 212 } 213
··· 207 #endif 208 209 #ifdef CONFIG_PROFILING 210 + profile_tick(CPU_PROFILING); 211 #endif 212 } 213