]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 b7ad10e3e46cb37749e74654326296db1c4dc80a..ff4c6aa75defa157e1e4bd436cf47d4c4526e415 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
 }