Title: [3892] trunk/arch/blackfin/mach-common/entry.S: [#2424] Fix typo, and add ENDPROC - no functional changes
Revision
3892
Author
rgetz
Date
2007-11-18 14:45:55 -0600 (Sun, 18 Nov 2007)

Log Message

[#2424] Fix typo, and add ENDPROC - no functional changes

Diffstat

 entry.S |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

Modified Paths

Diff

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


--- trunk/arch/blackfin/mach-common/entry.S	2007-11-18 08:49:25 UTC (rev 3891)
+++ trunk/arch/blackfin/mach-common/entry.S	2007-11-18 20:45:55 UTC (rev 3892)
@@ -156,6 +156,7 @@
 	r7 = [p4];
 	cc = r6 == r7;
 	if !cc jump _ex_trap_c;
+ENDPROC(_ex_single_step)
 
 ENTRY(_bfin_return_from_exception)
 	DEBUG_START_HWTRACE(p5, r7)
@@ -169,7 +170,7 @@
 	ASTAT = [sp++];
 	sp = EX_SCRATCH_REG;
 	rtx;
-ENDPROC(_ex_soft_bp)
+ENDPROC(_bfin_return_from_exception)
 
 ENTRY(_handle_bad_cplb)
 	/* To get here, we just tried and failed to change a CPLB
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to