Title: [5322] trunk/arch/blackfin/mach-common/entry.S: give sys_strace proper entry markings
Revision
5322
Author
vapier
Date
2008-09-20 03:34:23 -0500 (Sat, 20 Sep 2008)

Log Message

give sys_strace proper entry markings

Modified Paths


Diff

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


--- trunk/arch/blackfin/mach-common/entry.S	2008-09-20 08:06:06 UTC (rev 5321)
+++ trunk/arch/blackfin/mach-common/entry.S	2008-09-20 08:34:23 UTC (rev 5322)
@@ -704,7 +704,7 @@
 	rts;
 ENDPROC(_system_call)
 
-_sys_trace:
+ENTRY(_sys_trace)
 	call _syscall_trace;
 
 	/* Execute the appropriate system call */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to