]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/mach-common/entry.S
Blackfin arch: give sys_strace proper entry markings
[linux-2.6-omap-h63xx.git] / arch / blackfin / mach-common / entry.S
index 76c42d3b5e857d83a1baecd52e7fc0d8ad3ccacb..c13fa8da28c7fbbd7aae0377358e9e10f9babff5 100644 (file)
@@ -704,6 +704,9 @@ ENTRY(_system_call)
        rts;
 ENDPROC(_system_call)
 
+/* Do not mark as ENTRY() to avoid error in assembler ...
+ * this symbol need not be global anyways, so ...
+ */
 _sys_trace:
        call _syscall_trace;