public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] x86_64: re-add a newline to RESTORE_CONTEXT
@ 2007-01-09  2:55 Adrian Bunk
  2007-01-09 11:01 ` Andi Kleen
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Bunk @ 2007-01-09  2:55 UTC (permalink / raw)
  To: ak; +Cc: discuss, linux-kernel, Steven M. Christey

RESTORE_CONTEXT lost a newline in 
commit 658fdbef66e5e9be79b457edc2cbbb3add840aa9:
http://www.mail-archive.com/kgdb-bugreport@lists.sourceforge.net/msg00559.html

Reported by Steven M. Christey.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- a/include/asm-x86_64/system.h
+++ b/include/asm-x86_64/system.h
@@ -21,7 +21,7 @@
 
 /* frame pointer must be last for get_wchan */
 #define SAVE_CONTEXT    "pushf ; pushq %%rbp ; movq %%rsi,%%rbp\n\t"
-#define RESTORE_CONTEXT "movq %%rbp,%%rsi ; popq %%rbp ; popf\t"
+#define RESTORE_CONTEXT "movq %%rbp,%%rsi ; popq %%rbp ; popf\n\t"
 
 #define __EXTRA_CLOBBER  \
 	,"rcx","rbx","rdx","r8","r9","r10","r11","r12","r13","r14","r15"

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

end of thread, other threads:[~2007-01-10  8:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09  2:55 [2.6 patch] x86_64: re-add a newline to RESTORE_CONTEXT Adrian Bunk
2007-01-09 11:01 ` Andi Kleen
2007-01-09 22:04   ` Andrew Morton
2007-01-09 22:43     ` Andi Kleen
2007-01-09 22:52       ` Andrew Morton
2007-01-09 23:43         ` Andi Kleen
2007-01-10  8:37     ` [discuss] " Jan Beulich

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