diff options
Diffstat (limited to 'arch/cris/kernel/time.c')
-rw-r--r-- | arch/cris/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/kernel/time.c b/arch/cris/kernel/time.c index b7ad10e3e46c..ff4c6aa75def 100644 --- a/arch/cris/kernel/time.c +++ b/arch/cris/kernel/time.c | |||
@@ -207,7 +207,7 @@ cris_do_profile(struct pt_regs* regs) | |||
207 | #endif | 207 | #endif |
208 | 208 | ||
209 | #ifdef CONFIG_PROFILING | 209 | #ifdef CONFIG_PROFILING |
210 | profile_tick(CPU_PROFILING, regs); | 210 | profile_tick(CPU_PROFILING); |
211 | #endif | 211 | #endif |
212 | } | 212 | } |
213 | 213 | ||