From: Jesper Nilsson Date: Thu, 31 Jan 2008 16:56:24 +0000 (+0100) Subject: CRIS: Drop regs parameter from call to profile_tick in kernel/time.c X-Git-Tag: v2.6.25-rc1~40^2~11 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c261038108b814a1ea1e85daeaa950cbd35a7db7;p=linux-2.6-omap-h63xx.git CRIS: Drop regs parameter from call to profile_tick in kernel/time.c --- diff --git a/arch/cris/kernel/time.c b/arch/cris/kernel/time.c index b7ad10e3e46..ff4c6aa75de 100644 --- a/arch/cris/kernel/time.c +++ b/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 }