Title: [5308] trunk/arch/blackfin: Bug[#4414] Make comments more meaningful.
Revision
5308
Author
sonicz
Date
2008-09-17 23:53:22 -0500 (Wed, 17 Sep 2008)

Log Message

Bug[#4414] Make comments more meaningful.

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/traps.c (5307 => 5308)


--- trunk/arch/blackfin/kernel/traps.c	2008-09-18 04:47:17 UTC (rev 5307)
+++ trunk/arch/blackfin/kernel/traps.c	2008-09-18 04:53:22 UTC (rev 5308)
@@ -291,7 +291,7 @@
 		printk(KERN_NOTICE EXC_0x03(KERN_NOTICE));
 		CHK_DEBUGGER_TRAP_MAYBE();
 		break;
-	/* 0x02 - kernel space breakpoint handled by KGDB */
+	/* 0x02 - KGDB initial connection and break signal trap */
 	case VEC_EXCPT02:
 #ifdef CONFIG_KGDB
 		info.si_code = TRAP_ILLTRAP;

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


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