diff options
-rw-r--r-- | arch/sh/lib/mcount.S | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/sh/lib/mcount.S b/arch/sh/lib/mcount.S index bd3ec648becc..9e397aafc165 100644 --- a/arch/sh/lib/mcount.S +++ b/arch/sh/lib/mcount.S | |||
@@ -192,6 +192,10 @@ ftrace_call: | |||
192 | #endif /* CONFIG_FUNCTION_GRAPH_TRACER */ | 192 | #endif /* CONFIG_FUNCTION_GRAPH_TRACER */ |
193 | #endif /* CONFIG_DYNAMIC_FTRACE */ | 193 | #endif /* CONFIG_DYNAMIC_FTRACE */ |
194 | 194 | ||
195 | .align 2 | ||
196 | .Lfunction_trace_stop: | ||
197 | .long function_trace_stop | ||
198 | |||
195 | /* | 199 | /* |
196 | * NOTE: From here on the locations of the .Lftrace_stub label and | 200 | * NOTE: From here on the locations of the .Lftrace_stub label and |
197 | * ftrace_stub itself are fixed. Adding additional data here will skew | 201 | * ftrace_stub itself are fixed. Adding additional data here will skew |
@@ -199,7 +203,6 @@ ftrace_call: | |||
199 | * Place new labels either after the ftrace_stub body, or before | 203 | * Place new labels either after the ftrace_stub body, or before |
200 | * ftrace_caller. You have been warned. | 204 | * ftrace_caller. You have been warned. |
201 | */ | 205 | */ |
202 | .align 2 | ||
203 | .Lftrace_stub: | 206 | .Lftrace_stub: |
204 | .long ftrace_stub | 207 | .long ftrace_stub |
205 | 208 | ||
@@ -223,8 +226,6 @@ stack_panic: | |||
223 | nop | 226 | nop |
224 | 227 | ||
225 | .align 2 | 228 | .align 2 |
226 | .Lfunction_trace_stop: | ||
227 | .long function_trace_stop | ||
228 | .L_ebss: | 229 | .L_ebss: |
229 | .long _ebss | 230 | .long _ebss |
230 | .L_init_thread_union: | 231 | .L_init_thread_union: |