Title: [5311] trunk/arch/blackfin/mach-common/entry.S: Bug[#4414] add ifdef for KGDB.
Revision
5311
Author
sonicz
Date
2008-09-18 01:50:20 -0500 (Thu, 18 Sep 2008)

Log Message

Bug[#4414] add ifdef for KGDB.

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/entry.S (5310 => 5311)


--- trunk/arch/blackfin/mach-common/entry.S	2008-09-18 05:35:30 UTC (rev 5310)
+++ trunk/arch/blackfin/mach-common/entry.S	2008-09-18 06:50:20 UTC (rev 5311)
@@ -1089,8 +1089,12 @@
 	 */
 	.long _ex_syscall       /* 0x00 - User Defined - Linux Syscall */
 	.long _ex_soft_bp       /* 0x01 - User Defined - Software breakpoint */
-	.long _ex_replaceable   /* 0x02 - User Defined - KGDB initial connection
+#ifdef	CONFIG_KGDB
+	.long _ex_trap_c	/* 0x02 - User Defined - KGDB initial connection
 							 and break signal trap */
+#else
+	.long _ex_replaceable   /* 0x02 - User Defined */
+#endif
 	.long _ex_trap_c        /* 0x03 - User Defined - userspace stack overflow */
 	.long _ex_trap_c        /* 0x04 - User Defined - dump trace buffer */
 	.long _ex_replaceable   /* 0x05 - User Defined */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to