git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe27932
)
sh: Fix up ftrace build error when STACK_DEBUG=n.
author
Paul Mundt
<lethal@linux-sh.org>
Sat, 11 Jul 2009 11:33:34 +0000
(20:33 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Sat, 11 Jul 2009 11:33:34 +0000
(20:33 +0900)
Presently the closest reference to function_trace_stop is within a
CONFIG_STACK_DEBUG block. When this is turned off, the build bails out
with a pcrel too far error. Reorder things a bit to handle the various
combinations.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found