patch-2.2.15 linux/arch/s390/kernel/gdb-stub.c

Next file: linux/arch/s390/kernel/head.S
Previous file: linux/arch/s390/kernel/entry.S
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/s390/kernel/gdb-stub.c linux/arch/s390/kernel/gdb-stub.c
@@ -562,7 +562,7 @@
 			".globl	breakinst\n"
 			"breakinst:\t.word   %0\n\t"
 			:
-			: "i" (BREAKPOINT_U16)
+			: "i" (S390_BREAKPOINT_U16)
 				:
 				);
 }

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