diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-31 17:56:24 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:40 +0100 |
commit | c261038108b814a1ea1e85daeaa950cbd35a7db7 (patch) | |
tree | 51a6646ea1852886aff09e8dada3a5ba727f095c /arch/cris | |
parent | ac17e82a87f4d914cf9f61526b57e21b4a944e09 (diff) |
CRIS: Drop regs parameter from call to profile_tick in kernel/time.c
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/kernel/time.c b/arch/cris/kernel/time.c index b7ad10e3e46c..ff4c6aa75def 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 } |