Browse Source

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

Jesper Nilsson 17 years ago
parent
commit
c261038108
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/cris/kernel/time.c

+ 1 - 1
arch/cris/kernel/time.c

@@ -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
 }