Title: [5307] trunk/arch/blackfin/mach-common/entry.S: Bug[#4414] Add comment for exception 2.
Revision
5307
Author
sonicz
Date
2008-09-17 23:47:17 -0500 (Wed, 17 Sep 2008)

Log Message

Bug[#4414] Add comment for exception 2.

Modified Paths

Diff

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


--- trunk/arch/blackfin/mach-common/entry.S	2008-09-18 04:44:09 UTC (rev 5306)
+++ trunk/arch/blackfin/mach-common/entry.S	2008-09-18 04:47:17 UTC (rev 5307)
@@ -1089,7 +1089,7 @@
 	 */
 	.long _ex_syscall       /* 0x00 - User Defined - Linux Syscall */
 	.long _ex_soft_bp       /* 0x01 - User Defined - Software breakpoint */
-	.long _ex_replaceable   /* 0x02 - User Defined */
+	.long _ex_replaceable   /* 0x02 - User Defined - KGDB software breakpoint */
 	.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