[PATCH] Fix call to profile_tick() for non-SMP SPARC64

From: Horst von Brand
Date: Sun Oct 08 2006 - 23:51:21 EST



Signed-off-by: Horst von Brand <vonbrand@xxxxxxxxxxxxxxxxxxxx>
---
arch/sparc64/kernel/time.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sparc64/kernel/time.c b/arch/sparc64/kernel/time.c
index 00f6fc4..36c74cf 100644
--- a/arch/sparc64/kernel/time.c
+++ b/arch/sparc64/kernel/time.c
@@ -460,7 +460,7 @@ irqreturn_t timer_interrupt(int irq, voi

do {
#ifndef CONFIG_SMP
- profile_tick(CPU_PROFILING, regs);
+ profile_tick(CPU_PROFILING);
update_process_times(user_mode(regs));
#endif
do_timer(1);
--
1.4.2.3.g7a0cf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/