aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-common/entry.S')
-rw-r--r--arch/blackfin/mach-common/entry.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S
index 76c42d3b5e85..c13fa8da28c7 100644
--- a/arch/blackfin/mach-common/entry.S
+++ b/arch/blackfin/mach-common/entry.S
@@ -704,6 +704,9 @@ ENTRY(_system_call)
704 rts; 704 rts;
705ENDPROC(_system_call) 705ENDPROC(_system_call)
706 706
707/* Do not mark as ENTRY() to avoid error in assembler ...
708 * this symbol need not be global anyways, so ...
709 */
707_sys_trace: 710_sys_trace:
708 call _syscall_trace; 711 call _syscall_trace;
709 712