sh: Fix up ftrace build error when STACK_DEBUG=n.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 11 Jul 2009 11:33:34 +0000 (20:33 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 11 Jul 2009 11:33:34 +0000 (20:33 +0900)
commita470b95e99ea77ef1e307ff181e59a4a16caa4f4
treeaca416b5074ad8a8eeea8fe3eb987c380267d896
parentfe27932052aebf77ac5f3e73962825d2aeb457a0
sh: Fix up ftrace build error when STACK_DEBUG=n.

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>
arch/sh/lib/mcount.S
This page took 0.025226 seconds and 5 git commands to generate.