Title: [5323] trunk/arch/blackfin/mach-common/entry.S: revert my previous commit here as a global _sys_trace will cause the assembler to fail
Revision
5323
Author
vapier
Date
2008-09-20 12:48:17 -0500 (Sat, 20 Sep 2008)

Log Message

revert my previous commit here as a global _sys_trace will cause the assembler to fail

Modified Paths

Diff

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


--- trunk/arch/blackfin/mach-common/entry.S	2008-09-20 08:34:23 UTC (rev 5322)
+++ trunk/arch/blackfin/mach-common/entry.S	2008-09-20 17:48:17 UTC (rev 5323)
@@ -704,7 +704,10 @@
 	rts;
 ENDPROC(_system_call)
 
-ENTRY(_sys_trace)
+/* Do not mark as ENTRY() to avoid error in assembler ...
+ * this symbol need not be global anyways, so ...
+ */
+_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