+1
−0
+0
−235
arch/arm/kernel/entry-ftrace.S
0 → 100644
+243
−0
Loading
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>