diff options
Diffstat (limited to 'arch/microblaze/kernel/mcount.S')
-rw-r--r-- | arch/microblaze/kernel/mcount.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/mcount.S b/arch/microblaze/kernel/mcount.S index a257a1b75ed2..97eef3eea944 100644 --- a/arch/microblaze/kernel/mcount.S +++ b/arch/microblaze/kernel/mcount.S | |||
@@ -85,6 +85,11 @@ ENTRY(ftrace_stub) | |||
85 | ENTRY(_mcount) | 85 | ENTRY(_mcount) |
86 | SAVE_REGS | 86 | SAVE_REGS |
87 | swi r15, r1, 0; | 87 | swi r15, r1, 0; |
88 | /* MS: HAVE_FUNCTION_TRACE_MCOUNT_TEST begin of checking */ | ||
89 | lwi r5, r0, function_trace_stop; | ||
90 | bneid r5, end; | ||
91 | nop; | ||
92 | /* MS: HAVE_FUNCTION_TRACE_MCOUNT_TEST end of checking */ | ||
88 | /* MS: test function trace if is taken or not */ | 93 | /* MS: test function trace if is taken or not */ |
89 | lwi r20, r0, ftrace_trace_function; | 94 | lwi r20, r0, ftrace_trace_function; |
90 | addik r6, r0, ftrace_stub; | 95 | addik r6, r0, ftrace_stub; |