[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200610090243.k992hEOi010287@laptop13.inf.utfsm.cl>
Date: Sun, 08 Oct 2006 22:43:14 -0400
From: Horst von Brand <vonbrand@....utfsm.cl>
To: linux-kernel@...r.kernel.org
Cc: Horst von Brand <vonbrand@....utfsm.cl>
Subject: [PATCH] Fix call to profile_tick() for non-SMP SPARC64
Signed-off-by: Horst von Brand <vonbrand@...coya.inf.utfsm.cl>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists