aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-ftrace.S
Commit message (Collapse)AuthorAge
* ARM: move ftrace assembly code to separate fileRussell King2014-11-21
The ftrace assembly code doesn't need to live in entry-common.S and be surrounded with #ifdef CONFIG_FUNCTION_TRACER. Instead, move it to its own file and conditionally assemble it. Tested-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>