commit | c261038108b814a1ea1e85daeaa950cbd35a7db7 | [log] [tgz] |
---|---|---|
author | Jesper Nilsson <jesper.nilsson@axis.com> | Thu Jan 31 17:56:24 2008 +0100 |
committer | Jesper Nilsson <jesper.nilsson@axis.com> | Fri Feb 08 11:06:40 2008 +0100 |
tree | 51a6646ea1852886aff09e8dada3a5ba727f095c | |
parent | ac17e82a87f4d914cf9f61526b57e21b4a944e09 [diff] |
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 b7ad10e..ff4c6aa 100644 --- a/arch/cris/kernel/time.c +++ b/arch/cris/kernel/time.c
@@ -207,7 +207,7 @@ #endif #ifdef CONFIG_PROFILING - profile_tick(CPU_PROFILING, regs); + profile_tick(CPU_PROFILING); #endif }