Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163330
b: refs/heads/master
c: a470b95
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jul 11, 2009
1 parent 5033ca8 commit 770ec94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe27932052aebf77ac5f3e73962825d2aeb457a0
refs/heads/master: a470b95e99ea77ef1e307ff181e59a4a16caa4f4
7 changes: 4 additions & 3 deletions trunk/arch/sh/lib/mcount.S
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,17 @@ ftrace_call:
#endif /* CONFIG_FUNCTION_GRAPH_TRACER */
#endif /* CONFIG_DYNAMIC_FTRACE */

.align 2
.Lfunction_trace_stop:
.long function_trace_stop

/*
* NOTE: From here on the locations of the .Lftrace_stub label and
* ftrace_stub itself are fixed. Adding additional data here will skew
* the displacement for the memory table and break the block replacement.
* Place new labels either after the ftrace_stub body, or before
* ftrace_caller. You have been warned.
*/
.align 2
.Lftrace_stub:
.long ftrace_stub

Expand All @@ -223,8 +226,6 @@ stack_panic:
nop

.align 2
.Lfunction_trace_stop:
.long function_trace_stop
.L_ebss:
.long _ebss
.L_init_thread_union:
Expand Down

0 comments on commit 770ec94

Please sign in to comment.