public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix call to profile_tick() for non-SMP SPARC64
@ 2006-10-09  2:43 Horst von Brand
  2006-10-09 10:51 ` Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Horst von Brand @ 2006-10-09  2:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Horst von Brand


Signed-off-by: Horst von Brand <vonbrand@pincoya.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-09 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-09  2:43 [PATCH] Fix call to profile_tick() for non-SMP SPARC64 Horst von Brand
2006-10-09 10:51 ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox