patch-2.4.25 linux-2.4.25/arch/mips64/kernel/gdb-stub.c

Next file: linux-2.4.25/arch/mips64/kernel/head.S
Previous file: linux-2.4.25/arch/mips64/kernel/cpu-probe.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips64/kernel/gdb-stub.c linux-2.4.25/arch/mips64/kernel/gdb-stub.c
@@ -992,7 +992,7 @@
 	__asm__ __volatile__(
 			".globl	breakinst\n\t" 
 			".set\tnoreorder\n\t"
-			"nop\n\t"
+			"nop\n"
 			"breakinst:\tbreak\n\t"
 			"nop\n\t"
 			".set\treorder"
@@ -1005,7 +1005,7 @@
 	__asm__ __volatile__(
 			".globl	async_breakinst\n\t" 
 			".set\tnoreorder\n\t"
-			"nop\n\t"
+			"nop\n"
 			"async_breakinst:\tbreak\n\t"
 			"nop\n\t"
 			".set\treorder"

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)