Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c261038108b814a1ea1e85daeaa950cbd35a7db7
Commit: c261038108b814a1ea1e85daeaa950cbd35a7db7
Parent: ac17e82a87f4d914cf9f61526b57e21b4a944e09
Author: Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 31 17:56:24 2008 +0100
Committer: Jesper Nilsson <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:06:40 2008 +0100
CRIS: Drop regs parameter from call to profile_tick in kernel/time.c
---
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 b7ad10e..ff4c6aa 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
}
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html