CRIS: Drop regs parameter from call to profile_tick in kernel/time.c
authorJesper Nilsson <jesper.nilsson@axis.com>
Thu, 31 Jan 2008 16:56:24 +0000 (17:56 +0100)
committerJesper Nilsson <jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:06:40 +0000 (11:06 +0100)
arch/cris/kernel/time.c

index b7ad10e..ff4c6aa 100644 (file)
@@ -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
 }