linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][2.4.22-pre3] fix x86-64 show_regs() loop
@ 2003-07-06 22:39 Mikael Pettersson
  2003-07-07  8:52 ` Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Mikael Pettersson @ 2003-07-06 22:39 UTC (permalink / raw)
  To: ak; +Cc: linux-kernel

show_regs() should call __show_regs() not itself.

/Mikael

--- linux-2.4.22-pre3/arch/x86_64/kernel/process.c.~1~	2003-07-06 18:37:43.000000000 +0200
+++ linux-2.4.22-pre3/arch/x86_64/kernel/process.c	2003-07-06 19:21:07.000000000 +0200
@@ -366,7 +366,7 @@
 
 void show_regs(struct pt_regs * regs)
 {
-	show_regs(regs);
+	__show_regs(regs);
 	show_trace(&regs->rsp);
 }
 

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

* Re: [PATCH][2.4.22-pre3] fix x86-64 show_regs() loop
  2003-07-06 22:39 [PATCH][2.4.22-pre3] fix x86-64 show_regs() loop Mikael Pettersson
@ 2003-07-07  8:52 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2003-07-07  8:52 UTC (permalink / raw)
  To: Mikael Pettersson; +Cc: linux-kernel

On Mon, 7 Jul 2003 00:39:40 +0200 (MEST)
Mikael Pettersson <mikpe@csd.uu.se> wrote:

> show_regs() should call __show_regs() not itself.

Oops @) 

Thanks for the fix.

-Andi

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

end of thread, other threads:[~2003-07-07  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-06 22:39 [PATCH][2.4.22-pre3] fix x86-64 show_regs() loop Mikael Pettersson
2003-07-07  8:52 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).